Html Css Color HEX #196A1F San Felix

📋 copy color: '#196A1F'

red 25 ◦ green 106 ◦ blue 31

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

Shades of San Felix #196A1F

Tints of San Felix #196A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.14%

R = 15.43%
G = 65.43%
B = 19.14%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#196A1F (or 0x196A1F) is known color: San Felix. HEX triplet: 19, 6A and 1F. RGB value is (25,106,31). Sum of RGB (Red+Green+Blue) = 25+106+31=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 106 (41.80% from 255 or 65.43% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 106 - color contains mainly: green. Hex color #196A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196A1F is #E695E0. Grayscale: #494949. Windows color (decimal): -15111649 or 2058777. OLE color: 2058777.

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

Color convert

RGB 25 106 31 -
CMYK 0.76 0 0.71 0.58
HSL 124.44º 0.62% 0.26% -
HSV(B) 124.44º 0.76% 0.42% -
XYZ 5.8 10.61 3.04 -
YUV 73.23 104.16 93.6 -
System Red Green Blue C M Y K H S L
Decimal 25 106 31 0.76 0 0.71 0.58 124.44 0.62 0.26
Hex 19 6A 1F 4C 0 47 3A 7C 3E 1A
Octal 31 152 37 114 0 107 72 174 76 32
Binary 11001 1101010 11111 1001100 0 1000111 111010 1111100 111110 11010

Color Harmonies of #196A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196A1F

Black with #196A1F

Text Example


Text Example

White with #196A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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