#14925A

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

Shades of Elf Green #14925A

Tints of Elf Green #14925A

Color information

#14925A (or 0x14925A) is unknown color: approx Elf Green. HEX triplet: 14, 92 and 5A. RGB value is (20,146,90). Sum of RGB (Red+Green+Blue) = 20+146+90=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #14925A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14925A is #EB6DA5. Grayscale: #666666. Windows color (decimal): -15429030 or 5935636. OLE color: 5935636.

HSL color Cylindrical-coordinate representation of color #14925A: hue angle of 153.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14925A is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB2014690-
CMYK0.8600.380.43
HSL153.33º75.9%32.55%-
HSV(B)153.33º86.3%57.25%-
XYZ12.4121.4413.16-
YUV101.94121.2669.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.81%
GREEN value IS 146 (57.42% from 255) = 57.03%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=7.81%
G=57.03%
B=35.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146900.8600.380.43153.3375.932.55
Hex14925A560262B994c21
Octal242221321260465323111441
Binary1010010010010101101010101100100110101011100110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14925A; }

 p { color: rgb(20,146,90); }

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

<style>
 a { background-color: #14925A; }

 a { background-color: rgb(20,146,90); }

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

<style>
 span { border-color: #14925A; }

 span { border-color: rgb(20,146,90); }

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