#0A6011

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

Shades of Green #0A6011

Tints of Green #0A6011

Color information

#0A6011 (or 0x0A6011) is unknown color: approx Green. HEX triplet: 0A, 60 and 11. RGB value is (10,96,17). Sum of RGB (Red+Green+Blue) = 10+96+17=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #0A6011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6011 is #F59FEE. Grayscale: #3D3D3D. Windows color (decimal): -16097263 or 1138698. OLE color: 1138698.

HSL color Cylindrical-coordinate representation of color #0A6011: hue angle of 124.88º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6011 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB109617-
CMYK0.9000.820.62
HSL124.88º81.13%20.78%-
HSV(B)124.88º89.58%37.65%-
XYZ4.418.471.93-
YUV61.28103.0191.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.13%
GREEN value IS 96 (37.89% from 255) = 78.05%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=8.13%
G=78.05%
B=13.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1096170.9000.820.62124.8881.1320.78
HexA60115A0523E7d5115
Octal121402113201227617512125
Binary10101100000100011011010010100101111101111101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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