#19985E

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

Shades of Elf Green #19985E

Tints of Elf Green #19985E

Color information

#19985E (or 0x19985E) is unknown color: approx Elf Green. HEX triplet: 19, 98 and 5E. RGB value is (25,152,94). Sum of RGB (Red+Green+Blue) = 25+152+94=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #19985E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19985E is #E667A1. Grayscale: #6B6B6B. Windows color (decimal): -15099810 or 6199321. OLE color: 6199321.

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

Color convert

RGB2515294-
CMYK0.8400.380.40
HSL152.6º71.75%34.71%-
HSV(B)152.6º83.55%59.61%-
XYZ13.6523.4714.4-
YUV107.42120.4269.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.23%
GREEN value IS 152 (59.77% from 255) = 56.09%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=9.23%
G=56.09%
B=34.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25152940.8400.380.40152.671.7534.71
Hex19985E5402628994823
Octal312301361240465023111043
Binary1100110011000101111010101000100110101000100110011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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