Html Css Color HEX #199970 Elf Green

📋 copy color: '#199970'

red 25 ◦ green 153 ◦ blue 112

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

Shades of Elf Green #199970

Tints of Elf Green #199970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.76%

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

R = 8.62%
G = 52.76%
B = 38.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#199970 (or 0x199970) is known color: Elf Green. HEX triplet: 19, 99 and 70. RGB value is (25,153,112). Sum of RGB (Red+Green+Blue) = 25+153+112=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #199970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199970 is #E6668F. Grayscale: #6E6E6E. Windows color (decimal): -15099536 or 7379225. OLE color: 7379225.

HSL color Cylindrical-coordinate representation of color #199970: hue angle of 160.78º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199970 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 153 112 -
CMYK 0.84 0 0.27 0.4
HSL 160.78º 0.72% 0.35% -
HSV(B) 160.78º 0.84% 0.6% -
XYZ 14.72 24.16 19.22 -
YUV 110.05 129.09 67.33 -
System Red Green Blue C M Y K H S L
Decimal 25 153 112 0.84 0 0.27 0.4 160.78 0.72 0.35
Hex 19 99 70 54 0 1B 28 A1 48 23
Octal 31 231 160 124 0 33 50 241 110 43
Binary 11001 10011001 1110000 1010100 0 11011 101000 10100001 1001000 100011

Color Harmonies of #199970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199970

Black with #199970

Text Example


Text Example

White with #199970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199970; }

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

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

background-color css

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

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

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

border-color css

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

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

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