#08850A

Color #08850A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #08850A

Tints of Green #08850A

Color information

#08850A (or 0x08850A) is unknown color: approx Green. HEX triplet: 08, 85 and 0A. RGB value is (8,133,10). Sum of RGB (Red+Green+Blue) = 8+133+10=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 133 (52.34% from 255 or 88.08% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 133 - color contains mainly: green. Hex color #08850A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08850A is #F77AF5. Grayscale: #515151. Windows color (decimal): -16218870 or 689416. OLE color: 689416.

HSL color Cylindrical-coordinate representation of color #08850A: hue angle of 120.96º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08850A is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB813310-
CMYK0.9400.920.48
HSL120.96º88.65%27.65%-
HSV(B)120.96º93.98%52.16%-
XYZ8.5416.853.09-
YUV81.687.5975.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 133 (52.34% from 255) = 88.08%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=5.30%
G=88.08%
B=6.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8133100.9400.920.48120.9688.6527.65
Hex885A5E05C3079591c
Octal102051213601346017113134
Binary10001000010110101011110010111001100001111001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08850A; }

 p { color: rgb(8,133,10); }

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

<style>
 a { background-color: #08850A; }

 a { background-color: rgb(8,133,10); }

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

<style>
 span { border-color: #08850A; }

 span { border-color: rgb(8,133,10); }

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