#196142

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

Shades of Fun Green #196142

Tints of Fun Green #196142

Color information

#196142 (or 0x196142) is unknown color: approx Fun Green. HEX triplet: 19, 61 and 42. RGB value is (25,97,66). Sum of RGB (Red+Green+Blue) = 25+97+66=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #196142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196142 is #E69EBD. Grayscale: #474747. Windows color (decimal): -15113918 or 4350233. OLE color: 4350233.

HSL color Cylindrical-coordinate representation of color #196142: hue angle of 154.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196142 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB259766-
CMYK0.7400.320.62
HSL154.17º59.02%23.92%-
HSV(B)154.17º74.23%38.04%-
XYZ5.669.156.62-
YUV71.94124.6594.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=13.30%
G=51.60%
B=35.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597660.7400.320.62154.1759.0223.92
Hex1961424A0203E9a3b18
Octal31141102112040762327330
Binary1100111000011000010100101001000001111101001101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196142; }

 p { color: rgb(25,97,66); }

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

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

 a { background-color: rgb(25,97,66); }

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

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

 span { border-color: rgb(25,97,66); }

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