#0A911A

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

Shades of Forest Green #0A911A

Tints of Forest Green #0A911A

Color information

#0A911A (or 0x0A911A) is unknown color: approx Forest Green. HEX triplet: 0A, 91 and 1A. RGB value is (10,145,26). Sum of RGB (Red+Green+Blue) = 10+145+26=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 145 (57.03% from 255 or 80.11% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 145 - color contains mainly: green. Hex color #0A911A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A911A is #F56EE5. Grayscale: #5B5B5B. Windows color (decimal): -16084710 or 1741066. OLE color: 1741066.

HSL color Cylindrical-coordinate representation of color #0A911A: hue angle of 127.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A911A is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1014526-
CMYK0.9300.820.43
HSL127.11º87.1%30.39%-
HSV(B)127.11º93.1%56.86%-
XYZ10.4420.394.36-
YUV91.0791.2770.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.52%
GREEN value IS 145 (57.03% from 255) = 80.11%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=5.52%
G=80.11%
B=14.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10145260.9300.820.43127.1187.130.39
HexA911A5D0522B7f571e
Octal122213213501225317712736
Binary101010010001110101011101010100101010111111111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A911A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,145,26); }

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

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

 a { background-color: rgb(10,145,26); }

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

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

 span { border-color: rgb(10,145,26); }

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