#196A12

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

Shades of Forest Green #196A12

Tints of Forest Green #196A12

Color information

#196A12 (or 0x196A12) is unknown color: approx Forest Green. HEX triplet: 19, 6A and 12. RGB value is (25,106,18). Sum of RGB (Red+Green+Blue) = 25+106+18=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 106 (41.80% from 255 or 71.14% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 106 - color contains mainly: green. Hex color #196A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196A12 is #E695ED. Grayscale: #484848. Windows color (decimal): -15111662 or 1206809. OLE color: 1206809.

HSL color Cylindrical-coordinate representation of color #196A12: hue angle of 115.23º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196A12 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB2510618-
CMYK0.7600.830.58
HSL115.23º70.97%24.31%-
HSV(B)115.23º83.02%41.57%-
XYZ5.6610.562.31-
YUV71.7597.6694.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 106 (41.80% from 255) = 71.14%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=16.78%
G=71.14%
B=12.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25106180.7600.830.58115.2370.9724.31
Hex196A124C0533A734718
Octal311522211401237216310730
Binary110011101010100101001100010100111110101110011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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