#0A8701

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

Shades of Green #0A8701

Tints of Green #0A8701

Color information

#0A8701 (or 0x0A8701) is unknown color: approx Green. HEX triplet: 0A, 87 and 01. RGB value is (10,135,1). Sum of RGB (Red+Green+Blue) = 10+135+1=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 135 (53.12% from 255 or 92.47% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8701 is #F578FE. Grayscale: #525252. Windows color (decimal): -16087295 or 100106. OLE color: 100106.

HSL color Cylindrical-coordinate representation of color #0A8701: hue angle of 115.97º degrees, saturation: 0.99, 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 #0A8701 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB101351-
CMYK0.9300.990.47
HSL115.97º98.53%26.67%-
HSV(B)115.97º99.26%52.94%-
XYZ8.7917.392.92-
YUV82.3582.0976.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.85%
GREEN value IS 135 (53.12% from 255) = 92.47%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=6.85%
G=92.47%
B=0.68%

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
Decimal1013510.9300.990.47115.9798.5326.67
HexA8715D0632F74631b
Octal12207113501435716414333
Binary10101000011111011101011000111011111110100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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