#196E00

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

Shades of Green #196E00

Tints of Green #196E00

Color information

#196E00 (or 0x196E00) is unknown color: approx Green. HEX triplet: 19, 6E and 00. RGB value is (25,110,0). Sum of RGB (Red+Green+Blue) = 25+110+0=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 110 (43.36% from 255 or 81.48% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 110 - color contains mainly: green. Hex color #196E00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196E00 is #E691FF. Grayscale: #484848. Windows color (decimal): -15110656 or 28185. OLE color: 28185.

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

Color convert

RGB251100-
CMYK0.77010.57
HSL106.36º100%21.57%-
HSV(B)106.36º100%43.14%-
XYZ5.9811.361.88-
YUV72.0487.3494.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 110 (43.36% from 255) = 81.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.52%
G=81.48%
B=0%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2511000.77010.57106.3610021.57
Hex196E04D064396a6416
Octal31156011501447115214426
Binary11001110111001001101011001001110011101010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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