#0A7012

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

Shades of Green #0A7012

Tints of Green #0A7012

Color information

#0A7012 (or 0x0A7012) is unknown color: approx Green. HEX triplet: 0A, 70 and 12. RGB value is (10,112,18). Sum of RGB (Red+Green+Blue) = 10+112+18=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7012 is #F58FED. Grayscale: #474747. Windows color (decimal): -16093166 or 1208330. OLE color: 1208330.

HSL color Cylindrical-coordinate representation of color #0A7012: hue angle of 124.71º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7012 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1011218-
CMYK0.9100.840.56
HSL124.71º83.61%23.92%-
HSV(B)124.71º91.07%43.92%-
XYZ6.0311.72.51-
YUV70.7998.2184.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.14%
GREEN value IS 112 (44.14% from 255) = 80%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=7.14%
G=80%
B=12.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10112180.9100.840.56124.7183.6123.92
HexA70125B054387d5418
Octal121602213301247017512430
Binary10101110000100101011011010101001110001111101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,112,18); }

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

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

 a { background-color: rgb(10,112,18); }

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

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

 span { border-color: rgb(10,112,18); }

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