Html Css Color HEX #14915F Elf Green

📋 copy color: '#14915F'

red 20 ◦ green 145 ◦ blue 95

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

Shades of Elf Green #14915F

Tints of Elf Green #14915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 7.69%
G = 55.77%
B = 36.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#14915F (or 0x14915F) is known color: Elf Green. HEX triplet: 14, 91 and 5F. RGB value is (20,145,95). Sum of RGB (Red+Green+Blue) = 20+145+95=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #14915F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14915F is #EB6EA0. Grayscale: #666666. Windows color (decimal): -15429281 or 6263060. OLE color: 6263060.

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

Color convert

RGB 20 145 95 -
CMYK 0.86 0 0.34 0.43
HSL 156º 0.76% 0.32% -
HSV(B) 156º 0.86% 0.57% -
XYZ 12.48 21.23 14.27 -
YUV 101.93 124.09 69.57 -
System Red Green Blue C M Y K H S L
Decimal 20 145 95 0.86 0 0.34 0.43 156 0.76 0.32
Hex 14 91 5F 56 0 22 2B 9C 4C 20
Octal 24 221 137 126 0 42 53 234 114 40
Binary 10100 10010001 1011111 1010110 0 100010 101011 10011100 1001100 100000

Color Harmonies of #14915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14915F

Black with #14915F

Text Example


Text Example

White with #14915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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