Html Css Color HEX #199164 Elf Green

📋 copy color: '#199164'

red 25 ◦ green 145 ◦ blue 100

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

Shades of Elf Green #199164

Tints of Elf Green #199164

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.7%

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 9.26%
G = 53.7%
B = 37.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#199164 (or 0x199164) is known color: Elf Green. HEX triplet: 19, 91 and 64. RGB value is (25,145,100). Sum of RGB (Red+Green+Blue) = 25+145+100=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #199164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199164 is #E66E9B. Grayscale: #686868. Windows color (decimal): -15101596 or 6590745. OLE color: 6590745.

HSL color Cylindrical-coordinate representation of color #199164: hue angle of 157.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199164 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 145 100 -
CMYK 0.83 0 0.31 0.43
HSL 157.5º 0.71% 0.33% -
HSV(B) 157.5º 0.83% 0.57% -
XYZ 12.83 21.38 15.51 -
YUV 103.99 125.74 71.66 -
System Red Green Blue C M Y K H S L
Decimal 25 145 100 0.83 0 0.31 0.43 157.5 0.71 0.33
Hex 19 91 64 53 0 1F 2B 9E 47 21
Octal 31 221 144 123 0 37 53 236 107 41
Binary 11001 10010001 1100100 1010011 0 11111 101011 10011110 1000111 100001

Color Harmonies of #199164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199164

Black with #199164

Text Example


Text Example

White with #199164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199164; }

 p { color: rgb(25,145,100); }

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

background-color css

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

 a { background-color: rgb(25,145,100); }

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

border-color css

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

 span { border-color: rgb(25,145,100); }

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