Html Css Color HEX #14877A Elf Green

📋 copy color: '#14877A'

red 20 ◦ green 135 ◦ blue 122

#14877A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #14877A

Tints of Elf Green #14877A

RGB

 RED value IS 20 (8.2% from 255) = 7.22%

 GREEN value IS 135 (53.13% from 255) = 48.74%

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 7.22%
G = 48.74%
B = 44.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#14877A (or 0x14877A) is known color: Elf Green. HEX triplet: 14, 87 and 7A. RGB value is (20,135,122). Sum of RGB (Red+Green+Blue) = 20+135+122=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #14877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14877A is #EB7885. Grayscale: #636363. Windows color (decimal): -15431814 or 8029972. OLE color: 8029972.

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

Color convert

RGB 20 135 122 -
CMYK 0.85 0 0.10 0.47
HSL 173.22º 0.74% 0.3% -
HSV(B) 173.22º 0.85% 0.53% -
XYZ 12.47 18.88 21.4 -
YUV 99.13 140.9 71.56 -
System Red Green Blue C M Y K H S L
Decimal 20 135 122 0.85 0 0.10 0.47 173.22 0.74 0.3
Hex 14 87 7A 55 0 A 2F AD 4A 1E
Octal 24 207 172 125 0 12 57 255 112 36
Binary 10100 10000111 1111010 1010101 0 1010 101111 10101101 1001010 11110

Color Harmonies of #14877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14877A

Black with #14877A

Text Example


Text Example

White with #14877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14877A;
 }
 .AnyTagClassName
 {
   color: #14877A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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