#14877B

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

Shades of Elf Green #14877B

Tints of Elf Green #14877B

Color information

#14877B (or 0x14877B) is unknown color: approx Elf Green. HEX triplet: 14, 87 and 7B. RGB value is (20,135,123). Sum of RGB (Red+Green+Blue) = 20+135+123=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #14877B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14877B is #EB7884. Grayscale: #636363. Windows color (decimal): -15431813 or 8095508. OLE color: 8095508.

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

Color convert

RGB20135123-
CMYK0.8500.090.47
HSL173.74º74.19%30.39%-
HSV(B)173.74º85.19%52.94%-
XYZ12.5318.9121.73-
YUV99.25141.471.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.19%
GREEN value IS 135 (53.12% from 255) = 48.56%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=7.19%
G=48.56%
B=44.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201351230.8500.090.47173.7474.1930.39
Hex14877B55092Fae4a1e
Octal242071731250115725611236
Binary1010010000111111101110101010100110111110101110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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