#19975E

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

Shades of Elf Green #19975E

Tints of Elf Green #19975E

Color information

#19975E (or 0x19975E) is unknown color: approx Elf Green. HEX triplet: 19, 97 and 5E. RGB value is (25,151,94). Sum of RGB (Red+Green+Blue) = 25+151+94=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #19975E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19975E is #E668A1. Grayscale: #6A6A6A. Windows color (decimal): -15100066 or 6199065. OLE color: 6199065.

HSL color Cylindrical-coordinate representation of color #19975E: hue angle of 152.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19975E is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB2515194-
CMYK0.8300.380.41
HSL152.86º71.59%34.51%-
HSV(B)152.86º83.44%59.22%-
XYZ13.4923.1514.35-
YUV106.83120.7669.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.26%
GREEN value IS 151 (59.38% from 255) = 55.93%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=9.26%
G=55.93%
B=34.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal25151940.8300.380.41152.8671.5934.51
Hex19975E5302629994823
Octal312271361230465123111043
Binary1100110010111101111010100110100110101001100110011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19975E; }

 p { color: rgb(25,151,94); }

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

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

 a { background-color: rgb(25,151,94); }

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

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

 span { border-color: rgb(25,151,94); }

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