Html Css Color HEX #08AF20 Dark Pastel Green

📋 copy color: '#08AF20'

red 8 ◦ green 175 ◦ blue 32

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

Shades of Dark Pastel Green #08AF20

Tints of Dark Pastel Green #08AF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 81.4%

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

R = 3.72%
G = 81.4%
B = 14.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#08AF20 (or 0x08AF20) is known color: Dark Pastel Green. HEX triplet: 08, AF and 20. RGB value is (8,175,32). Sum of RGB (Red+Green+Blue) = 8+175+32=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 175 (68.75% from 255 or 81.40% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AF20 is #F750DF. Grayscale: #6D6D6D. Windows color (decimal): -16208096 or 2141960. OLE color: 2141960.

HSL color Cylindrical-coordinate representation of color #08AF20: hue angle of 128.62º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AF20 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 175 32 -
CMYK 0.95 0 0.82 0.31
HSL 128.62º 0.91% 0.36% -
HSV(B) 128.62º 0.95% 0.69% -
XYZ 15.69 30.82 6.49 -
YUV 108.77 84.67 56.13 -
System Red Green Blue C M Y K H S L
Decimal 8 175 32 0.95 0 0.82 0.31 128.62 0.91 0.36
Hex 8 AF 20 5F 0 52 1F 81 5B 24
Octal 10 257 40 137 0 122 37 201 133 44
Binary 1000 10101111 100000 1011111 0 1010010 11111 10000001 1011011 100100

Color Harmonies of #08AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AF20

Black with #08AF20

Text Example


Text Example

White with #08AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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