Html Css Color HEX #14906C Elf Green

📋 copy color: '#14906C'

red 20 ◦ green 144 ◦ blue 108

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

Shades of Elf Green #14906C

Tints of Elf Green #14906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 7.35%
G = 52.94%
B = 39.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#14906C (or 0x14906C) is known color: Elf Green. HEX triplet: 14, 90 and 6C. RGB value is (20,144,108). Sum of RGB (Red+Green+Blue) = 20+144+108=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #14906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14906C is #EB6F93. Grayscale: #666666. Windows color (decimal): -15429524 or 7114772. OLE color: 7114772.

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

Color convert

RGB 20 144 108 -
CMYK 0.86 0 0.25 0.44
HSL 162.58º 0.76% 0.32% -
HSV(B) 162.58º 0.86% 0.56% -
XYZ 12.97 21.18 17.59 -
YUV 102.82 130.92 68.93 -
System Red Green Blue C M Y K H S L
Decimal 20 144 108 0.86 0 0.25 0.44 162.58 0.76 0.32
Hex 14 90 6C 56 0 19 2C A3 4C 20
Octal 24 220 154 126 0 31 54 243 114 40
Binary 10100 10010000 1101100 1010110 0 11001 101100 10100011 1001100 100000

Color Harmonies of #14906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14906C

Black with #14906C

Text Example


Text Example

White with #14906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14906C; }

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

 H1.HeaderClassName
 {
   color: #14906C;
 }
 .AnyTagClassName
 {
   color: #14906C;
 }
</style>

background-color css

<style>
 a { background-color: #14906C; }

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

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

border-color css

<style>
 span { border-color: #14906C; }

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

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