#14926A

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

Shades of Elf Green #14926A

Tints of Elf Green #14926A

Color information

#14926A (or 0x14926A) is unknown color: approx Elf Green. HEX triplet: 14, 92 and 6A. RGB value is (20,146,106). Sum of RGB (Red+Green+Blue) = 20+146+106=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #14926A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14926A is #EB6D95. Grayscale: #676767. Windows color (decimal): -15429014 or 6984212. OLE color: 6984212.

HSL color Cylindrical-coordinate representation of color #14926A: hue angle of 160.95º 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 #14926A is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB20146106-
CMYK0.8600.270.43
HSL160.95º75.9%32.55%-
HSV(B)160.95º86.3%57.25%-
XYZ13.1721.7517.14-
YUV103.77129.2668.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.35%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=7.35%
G=53.68%
B=38.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201461060.8600.270.43160.9575.932.55
Hex14926A5601B2Ba14c21
Octal242221521260335324111441
Binary101001001001011010101010110011011101011101000011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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