#196F12

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

Shades of Forest Green #196F12

Tints of Forest Green #196F12

Color information

#196F12 (or 0x196F12) is unknown color: approx Forest Green. HEX triplet: 19, 6F and 12. RGB value is (25,111,18). Sum of RGB (Red+Green+Blue) = 25+111+18=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 111 (43.75% from 255 or 72.08% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 111 - color contains mainly: green. Hex color #196F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196F12 is #E690ED. Grayscale: #4A4A4A. Windows color (decimal): -15110382 or 1208089. OLE color: 1208089.

HSL color Cylindrical-coordinate representation of color #196F12: hue angle of 115.48º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196F12 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB2511118-
CMYK0.7700.840.56
HSL115.48º72.09%25.29%-
HSV(B)115.48º83.78%43.53%-
XYZ6.1911.622.49-
YUV74.6896.0192.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 111 (43.75% from 255) = 72.08%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=16.23%
G=72.08%
B=11.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25111180.7700.840.56115.4872.0925.29
Hex196F124D05438734819
Octal311572211501247016311031
Binary110011101111100101001101010101001110001110011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196F12; }

 p { color: rgb(25,111,18); }

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

<style>
 a { background-color: #196F12; }

 a { background-color: rgb(25,111,18); }

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

<style>
 span { border-color: #196F12; }

 span { border-color: rgb(25,111,18); }

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