Html Css Color HEX #196B01 Green

📋 copy color: '#196B01'

red 25 ◦ green 107 ◦ blue 1

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

Shades of Green #196B01

Tints of Green #196B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 80.45%

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 18.8%
G = 80.45%
B = 0.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#196B01 (or 0x196B01) is known color: 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

RGB 25 107 1 -
CMYK 0.77 0 0.99 0.58
HSL 106.42º 0.98% 0.21% -
HSV(B) 106.42º 0.99% 0.42% -
XYZ 5.66 10.72 1.8 -
YUV 70.4 88.83 95.62 -
System Red Green Blue C M Y K H S L
Decimal 25 107 1 0.77 0 0.99 0.58 106.42 0.98 0.21
Hex 19 6B 1 4D 0 63 3A 6A 62 15
Octal 31 153 1 115 0 143 72 152 142 25
Binary 11001 1101011 1 1001101 0 1100011 111010 1101010 1100010 10101

Color Harmonies of #196B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196B01

Black with #196B01

Text Example


Text Example

White with #196B01

Text Example


Text Example

HTML Codes & Css Web 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>