#196702

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

Shades of Green #196702

Tints of Green #196702

Color information

#196702 (or 0x196702) is unknown color: approx Green. HEX triplet: 19, 67 and 02. RGB value is (25,103,2). Sum of RGB (Red+Green+Blue) = 25+103+2=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 103 (40.62% from 255 or 79.23% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 103 - color contains mainly: green. Hex color #196702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196702 is #E698FD. Grayscale: #444444. Windows color (decimal): -15112446 or 157465. OLE color: 157465.

HSL color Cylindrical-coordinate representation of color #196702: hue angle of 106.34º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #196702 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB251032-
CMYK0.7600.980.60
HSL106.34º96.19%20.59%-
HSV(B)106.34º98.06%40.39%-
XYZ5.269.911.69-
YUV68.1690.6697.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 103 (40.62% from 255) = 79.23%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=19.23%
G=79.23%
B=1.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2510320.7600.980.60106.3496.1920.59
Hex196724C0623C6a6015
Octal31147211401427415214025
Binary110011100111101001100011000101111001101010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196702; }

 p { color: rgb(25,103,2); }

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

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

 a { background-color: rgb(25,103,2); }

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

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

 span { border-color: rgb(25,103,2); }

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