#0A8702

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

Shades of Green #0A8702

Tints of Green #0A8702

Color information

#0A8702 (or 0x0A8702) is unknown color: approx Green. HEX triplet: 0A, 87 and 02. RGB value is (10,135,2). Sum of RGB (Red+Green+Blue) = 10+135+2=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 135 (53.12% from 255 or 91.84% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8702 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8702 is #F578FD. Grayscale: #525252. Windows color (decimal): -16087294 or 165642. OLE color: 165642.

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

Color convert

RGB101352-
CMYK0.9300.990.47
HSL116.39º97.08%26.86%-
HSV(B)116.39º98.52%52.94%-
XYZ8.817.42.95-
YUV82.4682.5976.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.80%
GREEN value IS 135 (53.12% from 255) = 91.84%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=6.80%
G=91.84%
B=1.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1013520.9300.990.47116.3997.0826.86
HexA8725D0632F74611b
Octal12207213501435716414133
Binary101010000111101011101011000111011111110100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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