Html Css Color HEX #196A02 Green

📋 copy color: '#196A02'

red 25 ◦ green 106 ◦ blue 2

#196A02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #196A02

Tints of Green #196A02

RGB

 RED value IS 25 (10.16% from 255) = 18.8%

 GREEN value IS 106 (41.8% from 255) = 79.7%

 BLUE value IS 2 (1.17% from 255) = 1.5%

R = 18.8%
G = 79.7%
B = 1.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#196A02 (or 0x196A02) is known color: Green. HEX triplet: 19, 6A and 02. RGB value is (25,106,2). Sum of RGB (Red+Green+Blue) = 25+106+2=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 106 (41.80% from 255 or 79.70% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 106 - color contains mainly: green. Hex color #196A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196A02 is #E695FD. Grayscale: #464646. Windows color (decimal): -15111678 or 158233. OLE color: 158233.

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

Color convert

RGB 25 106 2 -
CMYK 0.76 0 0.98 0.58
HSL 106.73º 0.96% 0.21% -
HSV(B) 106.73º 0.98% 0.42% -
XYZ 5.57 10.52 1.79 -
YUV 69.93 89.66 95.96 -
System Red Green Blue C M Y K H S L
Decimal 25 106 2 0.76 0 0.98 0.58 106.73 0.96 0.21
Hex 19 6A 2 4C 0 62 3A 6B 60 15
Octal 31 152 2 114 0 142 72 153 140 25
Binary 11001 1101010 10 1001100 0 1100010 111010 1101011 1100000 10101

Color Harmonies of #196A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196A02

Black with #196A02

Text Example


Text Example

White with #196A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #196A02;
 }
 .AnyTagClassName
 {
   color: #196A02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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