#08A02E

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

Shades of Dark Pastel Green #08A02E

Tints of Dark Pastel Green #08A02E

Color information

#08A02E (or 0x08A02E) is unknown color: approx Dark Pastel Green. HEX triplet: 08, A0 and 2E. RGB value is (8,160,46). Sum of RGB (Red+Green+Blue) = 8+160+46=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 160 (62.89% from 255 or 74.77% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 160 - color contains mainly: green. Hex color #08A02E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A02E is #F75FD1. Grayscale: #656565. Windows color (decimal): -16211922 or 3055624. OLE color: 3055624.

HSL color Cylindrical-coordinate representation of color #08A02E: hue angle of 135º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A02E is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB816046-
CMYK0.9500.710.37
HSL135º90.48%32.94%-
HSV(B)135º95%62.75%-
XYZ13.1625.396.79-
YUV101.5696.6461.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 160 (62.89% from 255) = 74.77%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=3.74%
G=74.77%
B=21.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8160460.9500.710.3713590.4832.94
Hex8A02E5F04725875a21
Octal102405613701074520713241
Binary100010100000101110101111101000111100101100001111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,160,46); }

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

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

 a { background-color: rgb(8,160,46); }

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

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

 span { border-color: rgb(8,160,46); }

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