#08AF39

Color #08AF39 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #08AF39

Tints of Dark Pastel Green #08AF39

Color information

#08AF39 (or 0x08AF39) is unknown color: approx Dark Pastel Green. HEX triplet: 08, AF and 39. RGB value is (8,175,57). Sum of RGB (Red+Green+Blue) = 8+175+57=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 175 (68.75% from 255 or 72.92% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AF39 is #F750C6. Grayscale: #6F6F6F. Windows color (decimal): -16208071 or 3780360. OLE color: 3780360.

HSL color Cylindrical-coordinate representation of color #08AF39: hue angle of 137.6º 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 #08AF39 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB817557-
CMYK0.9500.670.31
HSL137.6º91.26%35.88%-
HSV(B)137.6º95.43%68.63%-
XYZ16.1731.019-
YUV111.6297.1754.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.33%
GREEN value IS 175 (68.75% from 255) = 72.92%
BLUE value IS 57 (22.66% from 255) = 23.75%
R=3.33%
G=72.92%
B=23.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8175570.9500.670.31137.691.2635.88
Hex8AF395F0431F8a5b24
Octal102577113701033721213344
Binary10001010111111100110111110100001111111100010101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08AF39;
 }
 .AnyTagClassName
 {
   color: #08AF39;
 }
</style>
background-color css

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

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

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

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

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

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