#0A7004

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

Shades of Green #0A7004

Tints of Green #0A7004

Color information

#0A7004 (or 0x0A7004) is unknown color: approx Green. HEX triplet: 0A, 70 and 04. RGB value is (10,112,4). Sum of RGB (Red+Green+Blue) = 10+112+4=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 112 (44.14% from 255 or 88.89% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7004 is #F58FFB. Grayscale: #454545. Windows color (decimal): -16093180 or 290826. OLE color: 290826.

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

Color convert

RGB101124-
CMYK0.9100.960.56
HSL116.67º93.1%22.75%-
HSV(B)116.67º96.43%43.92%-
XYZ5.9411.662.05-
YUV69.1991.2185.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.94%
GREEN value IS 112 (44.14% from 255) = 88.89%
BLUE value IS 4 (1.95% from 255) = 3.17%
R=7.94%
G=88.89%
B=3.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011240.9100.960.56116.6793.122.75
HexA7045B06038755d17
Octal12160413301407016513527
Binary101011100001001011011011000001110001110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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