#0A8815

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

Shades of Green #0A8815

Tints of Green #0A8815

Color information

#0A8815 (or 0x0A8815) is unknown color: approx Green. HEX triplet: 0A, 88 and 15. RGB value is (10,136,21). Sum of RGB (Red+Green+Blue) = 10+136+21=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 136 (53.52% from 255 or 81.44% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8815 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8815 is #F577EA. Grayscale: #555555. Windows color (decimal): -16087019 or 1411082. OLE color: 1411082.

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

Color convert

RGB1013621-
CMYK0.9300.850.47
HSL125.24º86.3%28.63%-
HSV(B)125.24º92.65%53.33%-
XYZ9.0617.733.65-
YUV85.2291.7674.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.99%
GREEN value IS 136 (53.52% from 255) = 81.44%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=5.99%
G=81.44%
B=12.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10136210.9300.850.47125.2486.328.63
HexA88155D0552F7d561d
Octal122102513501255717512635
Binary101010001000101011011101010101011011111111101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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