#0A8605

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

Shades of Green #0A8605

Tints of Green #0A8605

Color information

#0A8605 (or 0x0A8605) is unknown color: approx Green. HEX triplet: 0A, 86 and 05. RGB value is (10,134,5). Sum of RGB (Red+Green+Blue) = 10+134+5=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 134 (52.73% from 255 or 89.93% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8605 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8605 is #F579FA. Grayscale: #525252. Windows color (decimal): -16087547 or 361994. OLE color: 361994.

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

Color convert

RGB101345-
CMYK0.9300.960.47
HSL117.67º92.81%27.25%-
HSV(B)117.67º96.27%52.55%-
XYZ8.6817.132.99-
YUV82.2284.4276.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.71%
GREEN value IS 134 (52.73% from 255) = 89.93%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=6.71%
G=89.93%
B=3.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1013450.9300.960.47117.6792.8127.25
HexA8655D0602F765d1b
Octal12206513501405716613533
Binary1010100001101011011101011000001011111110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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