Html Css Color HEX #199475 Elf Green

📋 copy color: '#199475'

red 25 ◦ green 148 ◦ blue 117

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

Shades of Elf Green #199475

Tints of Elf Green #199475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.03%

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 8.62%
G = 51.03%
B = 40.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#199475 (or 0x199475) is known color: Elf Green. HEX triplet: 19, 94 and 75. RGB value is (25,148,117). Sum of RGB (Red+Green+Blue) = 25+148+117=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #199475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199475 is #E66B8A. Grayscale: #6B6B6B. Windows color (decimal): -15100811 or 7705625. OLE color: 7705625.

HSL color Cylindrical-coordinate representation of color #199475: hue angle of 164.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199475 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 148 117 -
CMYK 0.83 0 0.21 0.42
HSL 164.88º 0.71% 0.34% -
HSV(B) 164.88º 0.83% 0.58% -
XYZ 14.2 22.67 20.46 -
YUV 107.69 133.25 69.02 -
System Red Green Blue C M Y K H S L
Decimal 25 148 117 0.83 0 0.21 0.42 164.88 0.71 0.34
Hex 19 94 75 53 0 15 2A A5 47 22
Octal 31 224 165 123 0 25 52 245 107 42
Binary 11001 10010100 1110101 1010011 0 10101 101010 10100101 1000111 100010

Color Harmonies of #199475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199475

Black with #199475

Text Example


Text Example

White with #199475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199475; }

 p { color: rgb(25,148,117); }

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

background-color css

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

 a { background-color: rgb(25,148,117); }

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

border-color css

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

 span { border-color: rgb(25,148,117); }

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