#196A17

Color #196A17 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #196A17

Tints of San Felix #196A17

Color information

#196A17 (or 0x196A17) is unknown color: approx San Felix. HEX triplet: 19, 6A and 17. RGB value is (25,106,23). Sum of RGB (Red+Green+Blue) = 25+106+23=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 106 (41.80% from 255 or 68.83% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 106 - color contains mainly: green. Hex color #196A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196A17 is #E695E8. Grayscale: #484848. Windows color (decimal): -15111657 or 1534489. OLE color: 1534489.

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

Color convert

RGB2510623-
CMYK0.7600.780.58
HSL118.55º64.34%25.29%-
HSV(B)118.55º78.3%41.57%-
XYZ5.7110.582.55-
YUV72.32100.1694.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 106 (41.80% from 255) = 68.83%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=16.23%
G=68.83%
B=14.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25106230.7600.780.58118.5564.3425.29
Hex196A174C04E3A774019
Octal311522711401167216710031
Binary110011101010101111001100010011101110101110111100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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