#14895E

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

Shades of Elf Green #14895E

Tints of Elf Green #14895E

Color information

#14895E (or 0x14895E) is unknown color: approx Elf Green. HEX triplet: 14, 89 and 5E. RGB value is (20,137,94). Sum of RGB (Red+Green+Blue) = 20+137+94=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #14895E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14895E is #EB76A1. Grayscale: #616161. Windows color (decimal): -15431330 or 6195476. OLE color: 6195476.

HSL color Cylindrical-coordinate representation of color #14895E: hue angle of 157.95º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14895E is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB2013794-
CMYK0.8500.310.46
HSL157.95º74.52%30.78%-
HSV(B)157.95º85.4%53.73%-
XYZ11.2518.8513.63-
YUV97.12126.2473-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.97%
GREEN value IS 137 (53.91% from 255) = 54.58%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=7.97%
G=54.58%
B=37.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20137940.8500.310.46157.9574.5230.78
Hex14895E5501F2E9e4b1f
Octal242111361250375623611337
Binary10100100010011011110101010101111110111010011110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,137,94); }

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

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

 a { background-color: rgb(20,137,94); }

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

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

 span { border-color: rgb(20,137,94); }

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