#08AF38

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

Shades of Dark Pastel Green #08AF38

Tints of Dark Pastel Green #08AF38

Color information

#08AF38 (or 0x08AF38) is unknown color: approx Dark Pastel Green. HEX triplet: 08, AF and 38. RGB value is (8,175,56). Sum of RGB (Red+Green+Blue) = 8+175+56=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AF38 is #F750C7. Grayscale: #6F6F6F. Windows color (decimal): -16208072 or 3714824. OLE color: 3714824.

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

Color convert

RGB817556-
CMYK0.9500.680.31
HSL137.25º91.26%35.88%-
HSV(B)137.25º95.43%68.63%-
XYZ16.14318.87-
YUV111.596.6754.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.35%
GREEN value IS 175 (68.75% from 255) = 73.22%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=3.35%
G=73.22%
B=23.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8175560.9500.680.31137.2591.2635.88
Hex8AF385F0441F895b24
Octal102577013701043721113344
Binary10001010111111100010111110100010011111100010011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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