Html Css Color HEX #14915E Elf Green

📋 copy color: '#14915E'

red 20 ◦ green 145 ◦ blue 94

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

Shades of Elf Green #14915E

Tints of Elf Green #14915E

RGB

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

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

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

R = 7.72%
G = 55.98%
B = 36.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#14915E (or 0x14915E) is known color: Elf Green. HEX triplet: 14, 91 and 5E. RGB value is (20,145,94). Sum of RGB (Red+Green+Blue) = 20+145+94=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #14915E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14915E is #EB6EA1. Grayscale: #656565. Windows color (decimal): -15429282 or 6197524. OLE color: 6197524.

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

Color convert

RGB 20 145 94 -
CMYK 0.86 0 0.35 0.43
HSL 155.52º 0.76% 0.32% -
HSV(B) 155.52º 0.86% 0.57% -
XYZ 12.43 21.21 14.03 -
YUV 101.81 123.59 69.65 -
System Red Green Blue C M Y K H S L
Decimal 20 145 94 0.86 0 0.35 0.43 155.52 0.76 0.32
Hex 14 91 5E 56 0 23 2B 9C 4C 20
Octal 24 221 136 126 0 43 53 234 114 40
Binary 10100 10010001 1011110 1010110 0 100011 101011 10011100 1001100 100000

Color Harmonies of #14915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14915E

Black with #14915E

Text Example


Text Example

White with #14915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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