#0A7201

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

Shades of Green #0A7201

Tints of Green #0A7201

Color information

#0A7201 (or 0x0A7201) is unknown color: approx Green. HEX triplet: 0A, 72 and 01. RGB value is (10,114,1). Sum of RGB (Red+Green+Blue) = 10+114+1=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 114 (44.92% from 255 or 91.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7201 is #F58DFE. Grayscale: #464646. Windows color (decimal): -16092671 or 94730. OLE color: 94730.

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

Color convert

RGB101141-
CMYK0.9100.990.55
HSL115.22º98.26%22.55%-
HSV(B)115.22º99.12%44.71%-
XYZ6.1512.12.04-
YUV70.0289.0485.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8%
GREEN value IS 114 (44.92% from 255) = 91.2%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=8%
G=91.2%
B=0.8%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011410.9100.990.55115.2298.2622.55
HexA7215B06337736217
Octal12162113301436716314227
Binary1010111001011011011011000111101111110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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