Html Css Color HEX #19A070 Elf Green

📋 copy color: '#19A070'

red 25 ◦ green 160 ◦ blue 112

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

Shades of Elf Green #19A070

Tints of Elf Green #19A070

RGB

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

 GREEN value IS 160 (62.89% from 255) = 53.87%

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

R = 8.42%
G = 53.87%
B = 37.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#19A070 (or 0x19A070) is known color: Elf Green. HEX triplet: 19, A0 and 70. RGB value is (25,160,112). Sum of RGB (Red+Green+Blue) = 25+160+112=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #19A070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A070 is #E65F8F. Grayscale: #727272. Windows color (decimal): -15097744 or 7381017. OLE color: 7381017.

HSL color Cylindrical-coordinate representation of color #19A070: hue angle of 158.67º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A070 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 160 112 -
CMYK 0.84 0 0.30 0.37
HSL 158.67º 0.73% 0.36% -
HSV(B) 158.67º 0.84% 0.63% -
XYZ 15.9 26.52 19.61 -
YUV 114.16 126.77 64.4 -
System Red Green Blue C M Y K H S L
Decimal 25 160 112 0.84 0 0.30 0.37 158.67 0.73 0.36
Hex 19 A0 70 54 0 1E 25 9F 49 24
Octal 31 240 160 124 0 36 45 237 111 44
Binary 11001 10100000 1110000 1010100 0 11110 100101 10011111 1001001 100100

Color Harmonies of #19A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A070

Black with #19A070

Text Example


Text Example

White with #19A070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19A070; }

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

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

background-color css

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

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

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

border-color css

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

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

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