Html Css Color HEX #14907E Elf Green

📋 copy color: '#14907E'

red 20 ◦ green 144 ◦ blue 126

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

Shades of Elf Green #14907E

Tints of Elf Green #14907E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.66%

 BLUE value IS 126 (49.61% from 255) = 43.45%

R = 6.9%
G = 49.66%
B = 43.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#14907E (or 0x14907E) is known color: Elf Green. HEX triplet: 14, 90 and 7E. RGB value is (20,144,126). Sum of RGB (Red+Green+Blue) = 20+144+126=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #14907E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14907E is #EB6F81. Grayscale: #686868. Windows color (decimal): -15429506 or 8294420. OLE color: 8294420.

HSL color Cylindrical-coordinate representation of color #14907E: hue angle of 171.29º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14907E is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 126 -
CMYK 0.86 0 0.12 0.44
HSL 171.29º 0.76% 0.32% -
HSV(B) 171.29º 0.86% 0.56% -
XYZ 14.03 21.6 23.17 -
YUV 104.87 139.92 67.46 -
System Red Green Blue C M Y K H S L
Decimal 20 144 126 0.86 0 0.12 0.44 171.29 0.76 0.32
Hex 14 90 7E 56 0 C 2C AB 4C 20
Octal 24 220 176 126 0 14 54 253 114 40
Binary 10100 10010000 1111110 1010110 0 1100 101100 10101011 1001100 100000

Color Harmonies of #14907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14907E

Black with #14907E

Text Example


Text Example

White with #14907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14907E; }

 p { color: rgb(20,144,126); }

 H1.HeaderClassName
 {
   color: #14907E;
 }
 .AnyTagClassName
 {
   color: #14907E;
 }
</style>

background-color css

<style>
 a { background-color: #14907E; }

 a { background-color: rgb(20,144,126); }

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

border-color css

<style>
 span { border-color: #14907E; }

 span { border-color: rgb(20,144,126); }

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