#19957D

Color #19957D Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #19957D

Tints of Elf Green #19957D

Color information

#19957D (or 0x19957D) is unknown color: approx Elf Green. HEX triplet: 19, 95 and 7D. RGB value is (25,149,125). Sum of RGB (Red+Green+Blue) = 25+149+125=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #19957D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19957D is #E66A82. Grayscale: #6D6D6D. Windows color (decimal): -15100547 or 8230169. OLE color: 8230169.

HSL color Cylindrical-coordinate representation of color #19957D: hue angle of 168.39º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19957D is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB25149125-
CMYK0.8300.160.42
HSL168.39º71.26%34.12%-
HSV(B)168.39º83.22%58.43%-
XYZ14.8523.1823.09-
YUV109.19136.9267.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=8.36%
G=49.83%
B=41.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal251491250.8300.160.42168.3971.2634.12
Hex19957D530102Aa84722
Octal312251751230205225010742
Binary110011001010111111011010011010000101010101010001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19957D;
 }
 .AnyTagClassName
 {
   color: #19957D;
 }
</style>
background-color css

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

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

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

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

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

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