Html Css Color HEX #14986E Elf Green

📋 copy color: '#14986E'

red 20 ◦ green 152 ◦ blue 110

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

Shades of Elf Green #14986E

Tints of Elf Green #14986E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 7.09%
G = 53.9%
B = 39.01%

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

#14986E (or 0x14986E) is known color: Elf Green. HEX triplet: 14, 98 and 6E. RGB value is (20,152,110). Sum of RGB (Red+Green+Blue) = 20+152+110=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #14986E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14986E is #EB6791. Grayscale: #6B6B6B. Windows color (decimal): -15427474 or 7247892. OLE color: 7247892.

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

Color convert

RGB 20 152 110 -
CMYK 0.87 0 0.28 0.40
HSL 160.91º 0.77% 0.34% -
HSV(B) 160.91º 0.87% 0.6% -
XYZ 14.33 23.73 18.58 -
YUV 107.74 129.27 65.42 -
System Red Green Blue C M Y K H S L
Decimal 20 152 110 0.87 0 0.28 0.40 160.91 0.77 0.34
Hex 14 98 6E 57 0 1C 28 A1 4D 22
Octal 24 230 156 127 0 34 50 241 115 42
Binary 10100 10011000 1101110 1010111 0 11100 101000 10100001 1001101 100010

Color Harmonies of #14986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14986E

Black with #14986E

Text Example


Text Example

White with #14986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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