Html Css Color HEX #199474 Elf Green

📋 copy color: '#199474'

red 25 ◦ green 148 ◦ blue 116

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

Shades of Elf Green #199474

Tints of Elf Green #199474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 8.65%
G = 51.21%
B = 40.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#199474 (or 0x199474) is known color: Elf Green. HEX triplet: 19, 94 and 74. RGB value is (25,148,116). Sum of RGB (Red+Green+Blue) = 25+148+116=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #199474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199474 is #E66B8B. Grayscale: #6B6B6B. Windows color (decimal): -15100812 or 7640089. OLE color: 7640089.

HSL color Cylindrical-coordinate representation of color #199474: hue angle of 164.39º 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 #199474 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 148 116 -
CMYK 0.83 0 0.22 0.42
HSL 164.39º 0.71% 0.34% -
HSV(B) 164.39º 0.83% 0.58% -
XYZ 14.14 22.65 20.15 -
YUV 107.58 132.75 69.1 -
System Red Green Blue C M Y K H S L
Decimal 25 148 116 0.83 0 0.22 0.42 164.39 0.71 0.34
Hex 19 94 74 53 0 16 2A A4 47 22
Octal 31 224 164 123 0 26 52 244 107 42
Binary 11001 10010100 1110100 1010011 0 10110 101010 10100100 1000111 100010

Color Harmonies of #199474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199474

Black with #199474

Text Example


Text Example

White with #199474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199474; }

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

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

background-color css

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

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

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

border-color css

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

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

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