Html Css Color HEX #14876D Elf Green

📋 copy color: '#14876D'

red 20 ◦ green 135 ◦ blue 109

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

Shades of Elf Green #14876D

Tints of Elf Green #14876D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.29%

R = 7.58%
G = 51.14%
B = 41.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#14876D (or 0x14876D) is known color: Elf Green. HEX triplet: 14, 87 and 6D. RGB value is (20,135,109). Sum of RGB (Red+Green+Blue) = 20+135+109=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #14876D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14876D is #EB7892. Grayscale: #616161. Windows color (decimal): -15431827 or 7178004. OLE color: 7178004.

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

Color convert

RGB 20 135 109 -
CMYK 0.85 0 0.19 0.47
HSL 166.43º 0.74% 0.3% -
HSV(B) 166.43º 0.85% 0.53% -
XYZ 11.71 18.58 17.44 -
YUV 97.65 134.4 72.61 -
System Red Green Blue C M Y K H S L
Decimal 20 135 109 0.85 0 0.19 0.47 166.43 0.74 0.3
Hex 14 87 6D 55 0 13 2F A6 4A 1E
Octal 24 207 155 125 0 23 57 246 112 36
Binary 10100 10000111 1101101 1010101 0 10011 101111 10100110 1001010 11110

Color Harmonies of #14876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14876D

Black with #14876D

Text Example


Text Example

White with #14876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14876D; }

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

 H1.HeaderClassName
 {
   color: #14876D;
 }
 .AnyTagClassName
 {
   color: #14876D;
 }
</style>

background-color css

<style>
 a { background-color: #14876D; }

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

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

border-color css

<style>
 span { border-color: #14876D; }

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

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