Html Css Color HEX #19917D Elf Green

📋 copy color: '#19917D'

red 25 ◦ green 145 ◦ blue 125

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

Shades of Elf Green #19917D

Tints of Elf Green #19917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.15%

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 8.47%
G = 49.15%
B = 42.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#19917D (or 0x19917D) is known color: Elf Green. HEX triplet: 19, 91 and 7D. RGB value is (25,145,125). Sum of RGB (Red+Green+Blue) = 25+145+125=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #19917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19917D is #E66E82. Grayscale: #6A6A6A. Windows color (decimal): -15101571 or 8229145. OLE color: 8229145.

HSL color Cylindrical-coordinate representation of color #19917D: hue angle of 170º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19917D is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 145 125 -
CMYK 0.83 0 0.14 0.43
HSL 170º 0.71% 0.33% -
HSV(B) 170º 0.83% 0.57% -
XYZ 14.23 21.94 22.89 -
YUV 106.84 138.24 69.63 -
System Red Green Blue C M Y K H S L
Decimal 25 145 125 0.83 0 0.14 0.43 170 0.71 0.33
Hex 19 91 7D 53 0 E 2B AA 47 21
Octal 31 221 175 123 0 16 53 252 107 41
Binary 11001 10010001 1111101 1010011 0 1110 101011 10101010 1000111 100001

Color Harmonies of #19917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19917D

Black with #19917D

Text Example


Text Example

White with #19917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19917D; }

 p { color: rgb(25,145,125); }

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

background-color css

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

 a { background-color: rgb(25,145,125); }

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

border-color css

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

 span { border-color: rgb(25,145,125); }

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