#14887B

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

Shades of Elf Green #14887B

Tints of Elf Green #14887B

Color information

#14887B (or 0x14887B) is unknown color: approx Elf Green. HEX triplet: 14, 88 and 7B. RGB value is (20,136,123). Sum of RGB (Red+Green+Blue) = 20+136+123=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #14887B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14887B is #EB7784. Grayscale: #636363. Windows color (decimal): -15431557 or 8095764. OLE color: 8095764.

HSL color Cylindrical-coordinate representation of color #14887B: hue angle of 173.28º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14887B is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB20136123-
CMYK0.8500.100.47
HSL173.28º74.36%30.59%-
HSV(B)173.28º85.29%53.33%-
XYZ12.6719.1921.77-
YUV99.83141.0771.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.17%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=7.17%
G=48.75%
B=44.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201361230.8500.100.47173.2874.3630.59
Hex14887B550A2Fad4a1f
Octal242101731250125725511237
Binary1010010001000111101110101010101010111110101101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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