Html Css Color HEX #196501 Green

📋 copy color: '#196501'

red 25 ◦ green 101 ◦ blue 1

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

Shades of Green #196501

Tints of Green #196501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 79.53%

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

R = 19.69%
G = 79.53%
B = 0.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#196501 (or 0x196501) is known color: Green. HEX triplet: 19, 65 and 01. RGB value is (25,101,1). Sum of RGB (Red+Green+Blue) = 25+101+1=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 101 (39.84% from 255 or 79.53% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 101 - color contains mainly: green. Hex color #196501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196501 is #E69AFE. Grayscale: #434343. Windows color (decimal): -15112959 or 91417. OLE color: 91417.

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

Color convert

RGB 25 101 1 -
CMYK 0.75 0 0.99 0.60
HSL 105.6º 0.98% 0.2% -
HSV(B) 105.6º 0.99% 0.4% -
XYZ 5.06 9.52 1.6 -
YUV 66.88 90.82 98.13 -
System Red Green Blue C M Y K H S L
Decimal 25 101 1 0.75 0 0.99 0.60 105.6 0.98 0.2
Hex 19 65 1 4B 0 63 3C 6A 62 14
Octal 31 145 1 113 0 143 74 152 142 24
Binary 11001 1100101 1 1001011 0 1100011 111100 1101010 1100010 10100

Color Harmonies of #196501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196501

Black with #196501

Text Example


Text Example

White with #196501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196501; }

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

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

background-color css

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

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

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

border-color css

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

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

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