#14867A

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

Shades of Elf Green #14867A

Tints of Elf Green #14867A

Color information

#14867A (or 0x14867A) is unknown color: approx Elf Green. HEX triplet: 14, 86 and 7A. RGB value is (20,134,122). Sum of RGB (Red+Green+Blue) = 20+134+122=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #14867A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14867A is #EB7985. Grayscale: #626262. Windows color (decimal): -15432070 or 8029716. OLE color: 8029716.

HSL color Cylindrical-coordinate representation of color #14867A: hue angle of 173.68º 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 #14867A is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB20134122-
CMYK0.8500.090.47
HSL173.68º74.03%30.2%-
HSV(B)173.68º85.07%52.55%-
XYZ12.3318.621.35-
YUV98.55141.2371.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.25%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=7.25%
G=48.55%
B=44.20%

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
Decimal201341220.8500.090.47173.6874.0330.2
Hex14867A55092Fae4a1e
Octal242061721250115725611236
Binary1010010000110111101010101010100110111110101110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,134,122); }

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

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

 a { background-color: rgb(20,134,122); }

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

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

 span { border-color: rgb(20,134,122); }

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