#196E24

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

Shades of San Felix #196E24

Tints of San Felix #196E24

Color information

#196E24 (or 0x196E24) is unknown color: approx San Felix. HEX triplet: 19, 6E and 24. RGB value is (25,110,36). Sum of RGB (Red+Green+Blue) = 25+110+36=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 110 (43.36% from 255 or 64.33% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 110 - color contains mainly: green. Hex color #196E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196E24 is #E691DB. Grayscale: #4C4C4C. Windows color (decimal): -15110620 or 2387481. OLE color: 2387481.

HSL color Cylindrical-coordinate representation of color #196E24: hue angle of 127.76º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196E24 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB2511036-
CMYK0.7700.670.57
HSL127.76º62.96%26.47%-
HSV(B)127.76º77.27%43.14%-
XYZ6.311.493.55-
YUV76.15105.3491.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 110 (43.36% from 255) = 64.33%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=14.62%
G=64.33%
B=21.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25110360.7700.670.57127.7662.9626.47
Hex196E244D04339803f1a
Octal31156441150103712007732
Binary1100111011101001001001101010000111110011000000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,110,36); }

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

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

 a { background-color: rgb(25,110,36); }

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

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

 span { border-color: rgb(25,110,36); }

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