#0A7211

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

Shades of Green #0A7211

Tints of Green #0A7211

Color information

#0A7211 (or 0x0A7211) is unknown color: approx Green. HEX triplet: 0A, 72 and 11. RGB value is (10,114,17). Sum of RGB (Red+Green+Blue) = 10+114+17=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 114 (44.92% from 255 or 80.85% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7211 is #F58DEE. Grayscale: #484848. Windows color (decimal): -16092655 or 1143306. OLE color: 1143306.

HSL color Cylindrical-coordinate representation of color #0A7211: hue angle of 124.04º 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 #0A7211 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1011417-
CMYK0.9100.850.55
HSL124.04º83.87%24.31%-
HSV(B)124.04º91.23%44.71%-
XYZ6.2412.142.54-
YUV71.8597.0483.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.09%
GREEN value IS 114 (44.92% from 255) = 80.85%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=7.09%
G=80.85%
B=12.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10114170.9100.850.55124.0483.8724.31
HexA72115B055377c5418
Octal121622113301256717412430
Binary10101110010100011011011010101011101111111100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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