Html Css Color HEX #199A70 Elf Green

📋 copy color: '#199A70'

red 25 ◦ green 154 ◦ blue 112

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

Shades of Elf Green #199A70

Tints of Elf Green #199A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.92%

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

R = 8.59%
G = 52.92%
B = 38.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#199A70 (or 0x199A70) is known color: Elf Green. HEX triplet: 19, 9A and 70. RGB value is (25,154,112). Sum of RGB (Red+Green+Blue) = 25+154+112=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 154 (60.55% from 255 or 52.92% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 154 - color contains mainly: green. Hex color #199A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199A70 is #E6658F. Grayscale: #6E6E6E. Windows color (decimal): -15099280 or 7379481. OLE color: 7379481.

HSL color Cylindrical-coordinate representation of color #199A70: hue angle of 160.47º 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 #199A70 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 154 112 -
CMYK 0.84 0 0.27 0.40
HSL 160.47º 0.72% 0.35% -
HSV(B) 160.47º 0.84% 0.6% -
XYZ 14.88 24.49 19.27 -
YUV 110.64 128.76 66.92 -
System Red Green Blue C M Y K H S L
Decimal 25 154 112 0.84 0 0.27 0.40 160.47 0.72 0.35
Hex 19 9A 70 54 0 1B 28 A0 48 23
Octal 31 232 160 124 0 33 50 240 110 43
Binary 11001 10011010 1110000 1010100 0 11011 101000 10100000 1001000 100011

Color Harmonies of #199A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199A70

Black with #199A70

Text Example


Text Example

White with #199A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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