Html Css Color HEX #196D1A San Felix

📋 copy color: '#196D1A'

red 25 ◦ green 109 ◦ blue 26

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

Shades of San Felix #196D1A

Tints of San Felix #196D1A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 68.13%

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 15.63%
G = 68.13%
B = 16.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#196D1A (or 0x196D1A) is known color: San Felix. HEX triplet: 19, 6D and 1A. RGB value is (25,109,26). Sum of RGB (Red+Green+Blue) = 25+109+26=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 109 (42.97% from 255 or 68.12% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 109 - color contains mainly: green. Hex color #196D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196D1A is #E692E5. Grayscale: #4A4A4A. Windows color (decimal): -15110886 or 1731865. OLE color: 1731865.

HSL color Cylindrical-coordinate representation of color #196D1A: hue angle of 120.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196D1A is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 109 26 -
CMYK 0.77 0 0.76 0.57
HSL 120.71º 0.63% 0.26% -
HSV(B) 120.71º 0.77% 0.43% -
XYZ 6.06 11.22 2.82 -
YUV 74.42 100.67 92.75 -
System Red Green Blue C M Y K H S L
Decimal 25 109 26 0.77 0 0.76 0.57 120.71 0.63 0.26
Hex 19 6D 1A 4D 0 4C 39 79 3F 1A
Octal 31 155 32 115 0 114 71 171 77 32
Binary 11001 1101101 11010 1001101 0 1001100 111001 1111001 111111 11010

Color Harmonies of #196D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D1A

Black with #196D1A

Text Example


Text Example

White with #196D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,109,26); }

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

background-color css

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

 a { background-color: rgb(25,109,26); }

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

border-color css

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

 span { border-color: rgb(25,109,26); }

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