Html Css Color HEX #14986D Elf Green

📋 copy color: '#14986D'

red 20 ◦ green 152 ◦ blue 109

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

Shades of Elf Green #14986D

Tints of Elf Green #14986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.09%

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 7.12%
G = 54.09%
B = 38.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#14986D (or 0x14986D) is known color: Elf Green. HEX triplet: 14, 98 and 6D. RGB value is (20,152,109). Sum of RGB (Red+Green+Blue) = 20+152+109=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #14986D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14986D is #EB6792. Grayscale: #6B6B6B. Windows color (decimal): -15427475 or 7182356. OLE color: 7182356.

HSL color Cylindrical-coordinate representation of color #14986D: hue angle of 160.45º 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 #14986D is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 152 109 -
CMYK 0.87 0 0.28 0.40
HSL 160.45º 0.77% 0.34% -
HSV(B) 160.45º 0.87% 0.6% -
XYZ 14.28 23.71 18.29 -
YUV 107.63 128.77 65.5 -
System Red Green Blue C M Y K H S L
Decimal 20 152 109 0.87 0 0.28 0.40 160.45 0.77 0.34
Hex 14 98 6D 57 0 1C 28 A0 4D 22
Octal 24 230 155 127 0 34 50 240 115 42
Binary 10100 10011000 1101101 1010111 0 11100 101000 10100000 1001101 100010

Color Harmonies of #14986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14986D

Black with #14986D

Text Example


Text Example

White with #14986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14986D; }

 p { color: rgb(20,152,109); }

 H1.HeaderClassName
 {
   color: #14986D;
 }
 .AnyTagClassName
 {
   color: #14986D;
 }
</style>

background-color css

<style>
 a { background-color: #14986D; }

 a { background-color: rgb(20,152,109); }

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

border-color css

<style>
 span { border-color: #14986D; }

 span { border-color: rgb(20,152,109); }

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