#196E10

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

Shades of Green #196E10

Tints of Green #196E10

Color information

#196E10 (or 0x196E10) is unknown color: approx Green. HEX triplet: 19, 6E and 10. RGB value is (25,110,16). Sum of RGB (Red+Green+Blue) = 25+110+16=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 110 (43.36% from 255 or 72.85% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 110 - color contains mainly: green. Hex color #196E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196E10 is #E691EF. Grayscale: #4A4A4A. Windows color (decimal): -15110640 or 1076761. OLE color: 1076761.

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

Color convert

RGB2511016-
CMYK0.7700.850.57
HSL114.26º74.6%24.71%-
HSV(B)114.26º85.45%43.14%-
XYZ6.0711.42.37-
YUV73.8795.3493.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 110 (43.36% from 255) = 72.85%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=16.56%
G=72.85%
B=10.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25110160.7700.850.57114.2674.624.71
Hex196E104D05539724b19
Octal311562011501257116211331
Binary110011101110100001001101010101011110011110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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