Html Css Color HEX #14996F Elf Green

📋 copy color: '#14996F'

red 20 ◦ green 153 ◦ blue 111

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

Shades of Elf Green #14996F

Tints of Elf Green #14996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.87%

 BLUE value IS 111 (43.75% from 255) = 39.08%

R = 7.04%
G = 53.87%
B = 39.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#14996F (or 0x14996F) is known color: Elf Green. HEX triplet: 14, 99 and 6F. RGB value is (20,153,111). Sum of RGB (Red+Green+Blue) = 20+153+111=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #14996F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14996F is #EB6690. Grayscale: #6C6C6C. Windows color (decimal): -15427217 or 7313684. OLE color: 7313684.

HSL color Cylindrical-coordinate representation of color #14996F: hue angle of 161.05º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14996F is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 111 -
CMYK 0.87 0 0.27 0.4
HSL 161.05º 0.77% 0.34% -
HSV(B) 161.05º 0.87% 0.6% -
XYZ 14.55 24.08 18.92 -
YUV 108.45 129.44 64.92 -
System Red Green Blue C M Y K H S L
Decimal 20 153 111 0.87 0 0.27 0.4 161.05 0.77 0.34
Hex 14 99 6F 57 0 1B 28 A1 4D 22
Octal 24 231 157 127 0 33 50 241 115 42
Binary 10100 10011001 1101111 1010111 0 11011 101000 10100001 1001101 100010

Color Harmonies of #14996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14996F

Black with #14996F

Text Example


Text Example

White with #14996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,153,111); }

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

background-color css

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

 a { background-color: rgb(20,153,111); }

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

border-color css

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

 span { border-color: rgb(20,153,111); }

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