Html Css Color HEX #14996C Elf Green

📋 copy color: '#14996C'

red 20 ◦ green 153 ◦ blue 108

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

Shades of Elf Green #14996C

Tints of Elf Green #14996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 7.12%
G = 54.45%
B = 38.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#14996C (or 0x14996C) is known color: Elf Green. HEX triplet: 14, 99 and 6C. RGB value is (20,153,108). Sum of RGB (Red+Green+Blue) = 20+153+108=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #14996C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14996C is #EB6693. Grayscale: #6C6C6C. Windows color (decimal): -15427220 or 7117076. OLE color: 7117076.

HSL color Cylindrical-coordinate representation of color #14996C: hue angle of 159.7º 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 #14996C is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 108 -
CMYK 0.87 0 0.29 0.4
HSL 159.7º 0.77% 0.34% -
HSV(B) 159.7º 0.87% 0.6% -
XYZ 14.39 24.01 18.06 -
YUV 108.1 127.94 65.16 -
System Red Green Blue C M Y K H S L
Decimal 20 153 108 0.87 0 0.29 0.4 159.7 0.77 0.34
Hex 14 99 6C 57 0 1D 28 A0 4D 22
Octal 24 231 154 127 0 35 50 240 115 42
Binary 10100 10011001 1101100 1010111 0 11101 101000 10100000 1001101 100010

Color Harmonies of #14996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14996C

Black with #14996C

Text Example


Text Example

White with #14996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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