#0A8808

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

Shades of Green #0A8808

Tints of Green #0A8808

Color information

#0A8808 (or 0x0A8808) is unknown color: approx Green. HEX triplet: 0A, 88 and 08. RGB value is (10,136,8). Sum of RGB (Red+Green+Blue) = 10+136+8=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 136 (53.52% from 255 or 88.31% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8808 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8808 is #F577F7. Grayscale: #545454. Windows color (decimal): -16087032 or 559114. OLE color: 559114.

HSL color Cylindrical-coordinate representation of color #0A8808: hue angle of 119.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8808 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB101368-
CMYK0.9300.940.47
HSL119.06º88.89%28.24%-
HSV(B)119.06º94.12%53.33%-
XYZ8.9717.693.17-
YUV83.7385.2675.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 136 (53.52% from 255) = 88.31%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=6.49%
G=88.31%
B=5.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1013680.9300.940.47119.0688.8928.24
HexA8885D05E2F77591c
Octal122101013501365716713134
Binary10101000100010001011101010111101011111110111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8808; }

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

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

<style>
 a { background-color: #0A8808; }

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

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

<style>
 span { border-color: #0A8808; }

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

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