COLOR #06D119

HEX: #06D119
RGB: (6,209,25)

Color info

#06D119 contains mainly green color. Web safe color of #06D119 is #00CC00 (or #0C0).

RGB color model

#06D119 color RGB value is (6,209,25).

  • red value is 6;
  • green value is 209;
  • blue value is 25.
RGB:
(6,209,25)
(2%,82%,10%)

RGB channels and saturation

R 6 of 255 = 2%
G 209 of 255 = 82%
B 25 of 255 = 10%

6
209
25

R + G + B ~ 31%. #06D119 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 209 + 25 = 240 (100%)
R 6 of 240 ~ 2.5%
G 209 of 240 ~ 87.08%
B 25 of 240 ~ 10.42%

%87.08
%10.42

CMYK color model

#06D119 color CMYK value is (97,0,88,18).

  • cyan value is 97.13%
  • magenta value is 0.00%
  • yellow value is 88.04%
  • key color value is 18.04%
CMYK:
(97,0,88,18)
C97M0Y88K18 
(97%,0%,88%,18%)
(0.97/0.00/0.88/0.18)	

CMYK percentages

%97.13
%0
%88.04
%18.04

Codes

Color #06D119 in popluar color models

06D119
RGB620925
HSL126°94.42%42.16%
HSB/HSV126°97.13%81.96%
CMYK97.13%0.00%88.04%
18.04%

Color #06D119 in popluar number systems.

HEX06D119
Decimal620925
Binary1101101000111001
Octal632131

Shades and tints

Shades of #06D119

#06D119
(6,209,25)
#06BE17
(6,190,23)
#06AB15
(6,171,21)
#069813
(6,152,19)
#068511
(6,133,17)
#06720F
(6,114,15)
#065F0D
(6,95,13)
#064C0B
(6,76,11)
#063909
(6,57,9)
#062607
(6,38,7)
#061305
(6,19,5)
#000000
(0,0,0)

Tints of #06D119

#06D119
(6,209,25)
#1CD52D
(28,213,45)
#32D941
(50,217,65)
#48DD55
(72,221,85)
#5EE169
(94,225,105)
#74E57D
(116,229,125)
#8AE991
(138,233,145)
#A0EDA5
(160,237,165)
#B6F1B9
(182,241,185)
#CCF5CD
(204,245,205)
#E2F9E1
(226,249,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06D119 color. Also use rgb(6,209,25) instead hex code.

Text Font Color

.myTextColor { color: #06D119; }

<p style="color:#06D119">This sample text font color is #06D119.</p>

This text font color is #06D119.


Background Color

.myBgColor { background-color: #06D119; }

<div style="background-color:#06D119">Inner text</div>

This div background color is #06D119.


Border color

.myBorderColor { border: 1px solid #06D119; }

<div style="border:3px solid #06D119">Div</div>

This div border color is #06D119.


Opacity

.myOpacity80 { color: #06D119; opacity: 0.8; }

<p style="color:#06D119;opacity:0.8;">80%</p>

Text with #06D119 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06D119;}

<p style="text-shadow: 3px 3px 1px #06D119">Text here.</p>

This text has shadow with #06D119 color.

.textShadow {text-shadow: 3px 3px 1px #06D119, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06D119, 5px 5px 20px red">Text here.</p>

This text has shadow with #06D119 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06D119, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06D119, Direction=45, Strength=4)">Text</p>

This text has shadow with #06D119 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06D119;
  -webkit-box-shadow:	1px 1px 3px 2px #06D119;
  box-shadow:		1px 1px 3px 2px #06D119;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06D119;
-webkit-box-shadow: 1px 1px 3px 2px #06D119;
box-shadow:1px 1px 3px 2px #06D119;">
Div content here</div>
This div box has shadow with color #06D119.

Preview

Color preview on black background

This text has color #06D119 on black background.


Color preview on white background

This text has color #06D119 on white background.



Black color preview on #06D119 background

This text has black color on #06D119 background.


White color preview on #06D119 background

This text has white color on #06D119 background.