Html Css Color HEX #06AB20 Dark Pastel Green

📋 copy color: '#06AB20'

red 6 ◦ green 171 ◦ blue 32

#06AB20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #06AB20

Tints of Dark Pastel Green #06AB20

RGB

 RED value IS 6 (2.73% from 255) = 2.87%

 GREEN value IS 171 (67.19% from 255) = 81.82%

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 2.87%
G = 81.82%
B = 15.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06AB20 (or 0x06AB20) is known color: Dark Pastel Green. HEX triplet: 06, AB and 20. RGB value is (6,171,32). Sum of RGB (Red+Green+Blue) = 6+171+32=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 171 (67.19% from 255 or 81.82% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AB20 is #F954DF. Grayscale: #6A6A6A. Windows color (decimal): -16340192 or 2140934. OLE color: 2140934.

HSL color Cylindrical-coordinate representation of color #06AB20: hue angle of 129.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AB20 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 171 32 -
CMYK 0.96 0 0.81 0.33
HSL 129.45º 0.93% 0.35% -
HSV(B) 129.45º 0.96% 0.67% -
XYZ 14.9 29.27 6.23 -
YUV 105.82 86.34 56.8 -
System Red Green Blue C M Y K H S L
Decimal 6 171 32 0.96 0 0.81 0.33 129.45 0.93 0.35
Hex 6 AB 20 60 0 51 21 81 5D 23
Octal 6 253 40 140 0 121 41 201 135 43
Binary 110 10101011 100000 1100000 0 1010001 100001 10000001 1011101 100011

Color Harmonies of #06AB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AB20

Black with #06AB20

Text Example


Text Example

White with #06AB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06AB20; }

 p { color: rgb(6,171,32); }

 H1.HeaderClassName
 {
   color: #06AB20;
 }
 .AnyTagClassName
 {
   color: #06AB20;
 }
</style>

background-color css

<style>
 a { background-color: #06AB20; }

 a { background-color: rgb(6,171,32); }

 div.DivClassName
 {
   background-color: #06AB20;
 }
 .BgClassName
 {
   background-color: #06AB20;
 }
</style>

border-color css

<style>
 span { border-color: #06AB20; }

 span { border-color: rgb(6,171,32); }

 td.TdClassName
 {
   border-color: #06AB20;
 }
 .TagClassName
 {
   border-color: #06AB20;
 }
</style>