Html Css Color HEX #199D70 Elf Green

📋 copy color: '#199D70'

red 25 ◦ green 157 ◦ blue 112

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

Shades of Elf Green #199D70

Tints of Elf Green #199D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.4%

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

R = 8.5%
G = 53.4%
B = 38.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#199D70 (or 0x199D70) is known color: Elf Green. HEX triplet: 19, 9D and 70. RGB value is (25,157,112). Sum of RGB (Red+Green+Blue) = 25+157+112=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #199D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199D70 is #E6628F. Grayscale: #707070. Windows color (decimal): -15098512 or 7380249. OLE color: 7380249.

HSL color Cylindrical-coordinate representation of color #199D70: hue angle of 159.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199D70 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 157 112 -
CMYK 0.84 0 0.29 0.38
HSL 159.55º 0.73% 0.36% -
HSV(B) 159.55º 0.84% 0.62% -
XYZ 15.38 25.49 19.44 -
YUV 112.4 127.77 65.66 -
System Red Green Blue C M Y K H S L
Decimal 25 157 112 0.84 0 0.29 0.38 159.55 0.73 0.36
Hex 19 9D 70 54 0 1D 26 A0 49 24
Octal 31 235 160 124 0 35 46 240 111 44
Binary 11001 10011101 1110000 1010100 0 11101 100110 10100000 1001001 100100

Color Harmonies of #199D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199D70

Black with #199D70

Text Example


Text Example

White with #199D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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