Html Css Color HEX #08AA20 Dark Pastel Green

📋 copy color: '#08AA20'

red 8 ◦ green 170 ◦ blue 32

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

Shades of Dark Pastel Green #08AA20

Tints of Dark Pastel Green #08AA20

RGB

 RED value IS 8 (3.52% from 255) = 3.81%

 GREEN value IS 170 (66.8% from 255) = 80.95%

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

R = 3.81%
G = 80.95%
B = 15.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#08AA20 (or 0x08AA20) is known color: Dark Pastel Green. HEX triplet: 08, AA and 20. RGB value is (8,170,32). Sum of RGB (Red+Green+Blue) = 8+170+32=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 170 (66.80% from 255 or 80.95% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AA20 is #F755DF. Grayscale: #6A6A6A. Windows color (decimal): -16209376 or 2140680. OLE color: 2140680.

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

Color convert

RGB 8 170 32 -
CMYK 0.95 0 0.81 0.33
HSL 128.89º 0.91% 0.35% -
HSV(B) 128.89º 0.95% 0.67% -
XYZ 14.74 28.91 6.17 -
YUV 105.83 86.33 58.22 -
System Red Green Blue C M Y K H S L
Decimal 8 170 32 0.95 0 0.81 0.33 128.89 0.91 0.35
Hex 8 AA 20 5F 0 51 21 81 5B 23
Octal 10 252 40 137 0 121 41 201 133 43
Binary 1000 10101010 100000 1011111 0 1010001 100001 10000001 1011011 100011

Color Harmonies of #08AA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AA20

Black with #08AA20

Text Example


Text Example

White with #08AA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08AA20; }

 p { color: rgb(8,170,32); }

 H1.HeaderClassName
 {
   color: #08AA20;
 }
 .AnyTagClassName
 {
   color: #08AA20;
 }
</style>

background-color css

<style>
 a { background-color: #08AA20; }

 a { background-color: rgb(8,170,32); }

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

border-color css

<style>
 span { border-color: #08AA20; }

 span { border-color: rgb(8,170,32); }

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