#0A7002

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

Shades of Green #0A7002

Tints of Green #0A7002

Color information

#0A7002 (or 0x0A7002) is unknown color: approx Green. HEX triplet: 0A, 70 and 02. RGB value is (10,112,2). Sum of RGB (Red+Green+Blue) = 10+112+2=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 112 (44.14% from 255 or 90.32% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7002 is #F58FFD. Grayscale: #454545. Windows color (decimal): -16093182 or 159754. OLE color: 159754.

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

Color convert

RGB101122-
CMYK0.9100.980.56
HSL115.64º96.49%22.35%-
HSV(B)115.64º98.21%43.92%-
XYZ5.9311.661.99-
YUV68.9690.2185.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.06%
GREEN value IS 112 (44.14% from 255) = 90.32%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=8.06%
G=90.32%
B=1.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011220.9100.980.56115.6496.4922.35
HexA7025B06238746016
Octal12160213301427016414026
Binary10101110000101011011011000101110001110100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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