#0A8611

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

Shades of Green #0A8611

Tints of Green #0A8611

Color information

#0A8611 (or 0x0A8611) is unknown color: approx Green. HEX triplet: 0A, 86 and 11. RGB value is (10,134,17). Sum of RGB (Red+Green+Blue) = 10+134+17=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 134 (52.73% from 255 or 83.23% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8611 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8611 is #F579EE. Grayscale: #535353. Windows color (decimal): -16087535 or 1148426. OLE color: 1148426.

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

Color convert

RGB1013417-
CMYK0.9300.870.47
HSL123.39º86.11%28.24%-
HSV(B)123.39º92.54%52.55%-
XYZ8.7517.163.38-
YUV83.5990.4275.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.21%
GREEN value IS 134 (52.73% from 255) = 83.23%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=6.21%
G=83.23%
B=10.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10134170.9300.870.47123.3986.1128.24
HexA86115D0572F7b561c
Octal122062113501275717312634
Binary101010000110100011011101010101111011111111011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,134,17); }

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

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

 a { background-color: rgb(10,134,17); }

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

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

 span { border-color: rgb(10,134,17); }

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