#196B01

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

Shades of Green #196B01

Tints of Green #196B01

Color information

#196B01 (or 0x196B01) is unknown color: approx Green. HEX triplet: 19, 6B and 01. RGB value is (25,107,1). Sum of RGB (Red+Green+Blue) = 25+107+1=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 107 (42.19% from 255 or 80.45% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 107 - color contains mainly: green. Hex color #196B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196B01 is #E694FE. Grayscale: #464646. Windows color (decimal): -15111423 or 92953. OLE color: 92953.

HSL color Cylindrical-coordinate representation of color #196B01: hue angle of 106.42º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #196B01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB251071-
CMYK0.7700.990.58
HSL106.42º98.15%21.18%-
HSV(B)106.42º99.07%41.96%-
XYZ5.6610.721.8-
YUV70.488.8395.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 107 (42.19% from 255) = 80.45%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=18.80%
G=80.45%
B=0.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2510710.7700.990.58106.4298.1521.18
Hex196B14D0633A6a6215
Octal31153111501437215214225
Binary11001110101111001101011000111110101101010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,107,1); }

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

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

 a { background-color: rgb(25,107,1); }

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

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

 span { border-color: rgb(25,107,1); }

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