#0A6C16

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

Shades of Green #0A6C16

Tints of Green #0A6C16

Color information

#0A6C16 (or 0x0A6C16) is unknown color: approx Green. HEX triplet: 0A, 6C and 16. RGB value is (10,108,22). Sum of RGB (Red+Green+Blue) = 10+108+22=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 108 (42.58% from 255 or 77.14% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6C16 is #F593E9. Grayscale: #454545. Windows color (decimal): -16094186 or 1469450. OLE color: 1469450.

HSL color Cylindrical-coordinate representation of color #0A6C16: hue angle of 127.35º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6C16 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB1010822-
CMYK0.9100.800.58
HSL127.35º83.05%23.14%-
HSV(B)127.35º90.74%42.35%-
XYZ5.6310.852.56-
YUV68.89101.5385.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.14%
GREEN value IS 108 (42.58% from 255) = 77.14%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=7.14%
G=77.14%
B=15.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10108220.9100.800.58127.3583.0523.14
HexA6C165B0503A7f5317
Octal121542613301207217712327
Binary10101101100101101011011010100001110101111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,108,22); }

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

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

 a { background-color: rgb(10,108,22); }

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

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

 span { border-color: rgb(10,108,22); }

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