Html Css Color HEX #14917B Elf Green

📋 copy color: '#14917B'

red 20 ◦ green 145 ◦ blue 123

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

Shades of Elf Green #14917B

Tints of Elf Green #14917B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.71%

R = 6.94%
G = 50.35%
B = 42.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#14917B (or 0x14917B) is known color: Elf Green. HEX triplet: 14, 91 and 7B. RGB value is (20,145,123). Sum of RGB (Red+Green+Blue) = 20+145+123=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #14917B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14917B is #EB6E84. Grayscale: #696969. Windows color (decimal): -15429253 or 8098068. OLE color: 8098068.

HSL color Cylindrical-coordinate representation of color #14917B: hue angle of 169.44º 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 #14917B is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 123 -
CMYK 0.86 0 0.15 0.43
HSL 169.44º 0.76% 0.32% -
HSV(B) 169.44º 0.86% 0.57% -
XYZ 13.99 21.83 22.22 -
YUV 105.12 138.09 67.29 -
System Red Green Blue C M Y K H S L
Decimal 20 145 123 0.86 0 0.15 0.43 169.44 0.76 0.32
Hex 14 91 7B 56 0 F 2B A9 4C 20
Octal 24 221 173 126 0 17 53 251 114 40
Binary 10100 10010001 1111011 1010110 0 1111 101011 10101001 1001100 100000

Color Harmonies of #14917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14917B

Black with #14917B

Text Example


Text Example

White with #14917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14917B;
 }
 .AnyTagClassName
 {
   color: #14917B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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