Html Css Color HEX #196C1E San Felix

📋 copy color: '#196C1E'

red 25 ◦ green 108 ◦ blue 30

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

Shades of San Felix #196C1E

Tints of San Felix #196C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 66.26%

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 15.34%
G = 66.26%
B = 18.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#196C1E (or 0x196C1E) is known color: San Felix. HEX triplet: 19, 6C and 1E. RGB value is (25,108,30). Sum of RGB (Red+Green+Blue) = 25+108+30=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 108 (42.58% from 255 or 66.26% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 108 - color contains mainly: green. Hex color #196C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C1E is #E693E1. Grayscale: #4A4A4A. Windows color (decimal): -15111138 or 1993753. OLE color: 1993753.

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

Color convert

RGB 25 108 30 -
CMYK 0.77 0 0.72 0.58
HSL 123.61º 0.62% 0.26% -
HSV(B) 123.61º 0.77% 0.42% -
XYZ 6 11.03 3.04 -
YUV 74.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 25 108 30 0.77 0 0.72 0.58 123.61 0.62 0.26
Hex 19 6C 1E 4D 0 48 3A 7C 3E 1A
Octal 31 154 36 115 0 110 72 174 76 32
Binary 11001 1101100 11110 1001101 0 1001000 111010 1111100 111110 11010

Color Harmonies of #196C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C1E

Black with #196C1E

Text Example


Text Example

White with #196C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,108,30); }

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

background-color css

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

 a { background-color: rgb(25,108,30); }

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

border-color css

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

 span { border-color: rgb(25,108,30); }

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