#0A870E

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

Shades of Green #0A870E

Tints of Green #0A870E

Color information

#0A870E (or 0x0A870E) is unknown color: approx Green. HEX triplet: 0A, 87 and 0E. RGB value is (10,135,14). Sum of RGB (Red+Green+Blue) = 10+135+14=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 135 (53.12% from 255 or 84.91% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 135 - color contains mainly: green. Hex color #0A870E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A870E is #F578F1. Grayscale: #545454. Windows color (decimal): -16087282 or 952074. OLE color: 952074.

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

Color convert

RGB1013514-
CMYK0.9300.900.47
HSL121.92º86.21%28.43%-
HSV(B)121.92º92.59%52.94%-
XYZ8.8717.423.31-
YUV83.8388.5975.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 135 (53.12% from 255) = 84.91%
BLUE value IS 14 (5.86% from 255) = 8.81%
R=6.29%
G=84.91%
B=8.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10135140.9300.900.47121.9286.2128.43
HexA87E5D05A2F7a561c
Octal122071613501325717212634
Binary10101000011111101011101010110101011111111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,135,14); }

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

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

 a { background-color: rgb(10,135,14); }

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

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

 span { border-color: rgb(10,135,14); }

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