Html Css Color HEX #14916F Elf Green

📋 copy color: '#14916F'

red 20 ◦ green 145 ◦ blue 111

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

Shades of Elf Green #14916F

Tints of Elf Green #14916F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.54%

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 7.25%
G = 52.54%
B = 40.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#14916F (or 0x14916F) is known color: Elf Green. HEX triplet: 14, 91 and 6F. RGB value is (20,145,111). Sum of RGB (Red+Green+Blue) = 20+145+111=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #14916F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14916F is #EB6E90. Grayscale: #676767. Windows color (decimal): -15429265 or 7311636. OLE color: 7311636.

HSL color Cylindrical-coordinate representation of color #14916F: hue angle of 163.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14916F is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 111 -
CMYK 0.86 0 0.23 0.43
HSL 163.68º 0.76% 0.32% -
HSV(B) 163.68º 0.86% 0.57% -
XYZ 13.28 21.55 18.5 -
YUV 103.75 132.09 68.26 -
System Red Green Blue C M Y K H S L
Decimal 20 145 111 0.86 0 0.23 0.43 163.68 0.76 0.32
Hex 14 91 6F 56 0 17 2B A4 4C 20
Octal 24 221 157 126 0 27 53 244 114 40
Binary 10100 10010001 1101111 1010110 0 10111 101011 10100100 1001100 100000

Color Harmonies of #14916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14916F

Black with #14916F

Text Example


Text Example

White with #14916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14916F; }

 p { color: rgb(20,145,111); }

 H1.HeaderClassName
 {
   color: #14916F;
 }
 .AnyTagClassName
 {
   color: #14916F;
 }
</style>

background-color css

<style>
 a { background-color: #14916F; }

 a { background-color: rgb(20,145,111); }

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

border-color css

<style>
 span { border-color: #14916F; }

 span { border-color: rgb(20,145,111); }

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