Html Css Color HEX #14907F Elf Green

📋 copy color: '#14907F'

red 20 ◦ green 144 ◦ blue 127

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

Shades of Elf Green #14907F

Tints of Elf Green #14907F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.64%

R = 6.87%
G = 49.48%
B = 43.64%

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

#14907F (or 0x14907F) is known color: Elf Green. HEX triplet: 14, 90 and 7F. RGB value is (20,144,127). Sum of RGB (Red+Green+Blue) = 20+144+127=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #14907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14907F is #EB6F80. Grayscale: #686868. Windows color (decimal): -15429505 or 8359956. OLE color: 8359956.

HSL color Cylindrical-coordinate representation of color #14907F: hue angle of 171.77º 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 #14907F is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 127 -
CMYK 0.86 0 0.12 0.44
HSL 171.77º 0.76% 0.32% -
HSV(B) 171.77º 0.86% 0.56% -
XYZ 14.09 21.63 23.51 -
YUV 104.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 20 144 127 0.86 0 0.12 0.44 171.77 0.76 0.32
Hex 14 90 7F 56 0 C 2C AC 4C 20
Octal 24 220 177 126 0 14 54 254 114 40
Binary 10100 10010000 1111111 1010110 0 1100 101100 10101100 1001100 100000

Color Harmonies of #14907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14907F

Black with #14907F

Text Example


Text Example

White with #14907F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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