Html Css Color HEX #199470 Elf Green

📋 copy color: '#199470'

red 25 ◦ green 148 ◦ blue 112

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

Shades of Elf Green #199470

Tints of Elf Green #199470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 8.77%
G = 51.93%
B = 39.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#199470 (or 0x199470) is known color: Elf Green. HEX triplet: 19, 94 and 70. RGB value is (25,148,112). Sum of RGB (Red+Green+Blue) = 25+148+112=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #199470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199470 is #E66B8F. Grayscale: #6B6B6B. Windows color (decimal): -15100816 or 7377945. OLE color: 7377945.

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

Color convert

RGB 25 148 112 -
CMYK 0.83 0 0.24 0.42
HSL 162.44º 0.71% 0.34% -
HSV(B) 162.44º 0.83% 0.58% -
XYZ 13.92 22.56 18.95 -
YUV 107.12 130.75 69.43 -
System Red Green Blue C M Y K H S L
Decimal 25 148 112 0.83 0 0.24 0.42 162.44 0.71 0.34
Hex 19 94 70 53 0 18 2A A2 47 22
Octal 31 224 160 123 0 30 52 242 107 42
Binary 11001 10010100 1110000 1010011 0 11000 101010 10100010 1000111 100010

Color Harmonies of #199470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199470

Black with #199470

Text Example


Text Example

White with #199470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199470; }

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

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

background-color css

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

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

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

border-color css

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

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

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