#14927B

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

Shades of Elf Green #14927B

Tints of Elf Green #14927B

Color information

#14927B (or 0x14927B) is unknown color: approx Elf Green. HEX triplet: 14, 92 and 7B. RGB value is (20,146,123). Sum of RGB (Red+Green+Blue) = 20+146+123=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #14927B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14927B is #EB6D84. Grayscale: #696969. Windows color (decimal): -15428997 or 8098324. OLE color: 8098324.

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

Color convert

RGB20146123-
CMYK0.8600.160.43
HSL169.05º75.9%32.55%-
HSV(B)169.05º86.3%57.25%-
XYZ14.1422.1422.27-
YUV105.7137.7666.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.92%
GREEN value IS 146 (57.42% from 255) = 50.52%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=6.92%
G=50.52%
B=42.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201461230.8600.160.43169.0575.932.55
Hex14927B560102Ba94c21
Octal242221731260205325111441
Binary101001001001011110111010110010000101011101010011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14927B; }

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

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

<style>
 a { background-color: #14927B; }

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

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

<style>
 span { border-color: #14927B; }

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

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