#0A7210

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

Shades of Green #0A7210

Tints of Green #0A7210

Color information

#0A7210 (or 0x0A7210) is unknown color: approx Green. HEX triplet: 0A, 72 and 10. RGB value is (10,114,16). Sum of RGB (Red+Green+Blue) = 10+114+16=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 114 (44.92% from 255 or 81.43% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7210 is #F58DEF. Grayscale: #484848. Windows color (decimal): -16092656 or 1077770. OLE color: 1077770.

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

Color convert

RGB1011416-
CMYK0.9100.860.55
HSL123.46º83.87%24.31%-
HSV(B)123.46º91.23%44.71%-
XYZ6.2412.142.5-
YUV71.7396.5483.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.14%
GREEN value IS 114 (44.92% from 255) = 81.43%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=7.14%
G=81.43%
B=11.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10114160.9100.860.55123.4683.8724.31
HexA72105B056377b5418
Octal121622013301266717312430
Binary10101110010100001011011010101101101111111011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,114,16); }

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

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

 a { background-color: rgb(10,114,16); }

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

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

 span { border-color: rgb(10,114,16); }

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