Html Css Color HEX #14915B Elf Green

📋 copy color: '#14915B'

red 20 ◦ green 145 ◦ blue 91

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

Shades of Elf Green #14915B

Tints of Elf Green #14915B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 7.81%
G = 56.64%
B = 35.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#14915B (or 0x14915B) is known color: Elf Green. HEX triplet: 14, 91 and 5B. RGB value is (20,145,91). Sum of RGB (Red+Green+Blue) = 20+145+91=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #14915B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14915B is #EB6EA4. Grayscale: #656565. Windows color (decimal): -15429285 or 6000916. OLE color: 6000916.

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

Color convert

RGB 20 145 91 -
CMYK 0.86 0 0.37 0.43
HSL 154.08º 0.76% 0.32% -
HSV(B) 154.08º 0.86% 0.57% -
XYZ 12.3 21.15 13.33 -
YUV 101.47 122.09 69.89 -
System Red Green Blue C M Y K H S L
Decimal 20 145 91 0.86 0 0.37 0.43 154.08 0.76 0.32
Hex 14 91 5B 56 0 25 2B 9A 4C 20
Octal 24 221 133 126 0 45 53 232 114 40
Binary 10100 10010001 1011011 1010110 0 100101 101011 10011010 1001100 100000

Color Harmonies of #14915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14915B

Black with #14915B

Text Example


Text Example

White with #14915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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