Html Css Color HEX #14905E Elf Green

📋 copy color: '#14905E'

red 20 ◦ green 144 ◦ blue 94

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

Shades of Elf Green #14905E

Tints of Elf Green #14905E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 7.75%
G = 55.81%
B = 36.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#14905E (or 0x14905E) is known color: Elf Green. HEX triplet: 14, 90 and 5E. RGB value is (20,144,94). Sum of RGB (Red+Green+Blue) = 20+144+94=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #14905E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14905E is #EB6FA1. Grayscale: #656565. Windows color (decimal): -15429538 or 6197268. OLE color: 6197268.

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

Color convert

RGB 20 144 94 -
CMYK 0.86 0 0.35 0.44
HSL 155.81º 0.76% 0.32% -
HSV(B) 155.81º 0.86% 0.56% -
XYZ 12.28 20.9 13.98 -
YUV 101.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 20 144 94 0.86 0 0.35 0.44 155.81 0.76 0.32
Hex 14 90 5E 56 0 23 2C 9C 4C 20
Octal 24 220 136 126 0 43 54 234 114 40
Binary 10100 10010000 1011110 1010110 0 100011 101100 10011100 1001100 100000

Color Harmonies of #14905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14905E

Black with #14905E

Text Example


Text Example

White with #14905E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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