Html Css Color HEX #14866F Elf Green

📋 copy color: '#14866F'

red 20 ◦ green 134 ◦ blue 111

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

Shades of Elf Green #14866F

Tints of Elf Green #14866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.57%

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

R = 7.55%
G = 50.57%
B = 41.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#14866F (or 0x14866F) is known color: Elf Green. HEX triplet: 14, 86 and 6F. RGB value is (20,134,111). Sum of RGB (Red+Green+Blue) = 20+134+111=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #14866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14866F is #EB7990. Grayscale: #616161. Windows color (decimal): -15432081 or 7308820. OLE color: 7308820.

HSL color Cylindrical-coordinate representation of color #14866F: hue angle of 167.89º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14866F is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 134 111 -
CMYK 0.85 0 0.17 0.47
HSL 167.89º 0.74% 0.3% -
HSV(B) 167.89º 0.85% 0.53% -
XYZ 11.68 18.35 17.96 -
YUV 97.29 135.73 72.87 -
System Red Green Blue C M Y K H S L
Decimal 20 134 111 0.85 0 0.17 0.47 167.89 0.74 0.3
Hex 14 86 6F 55 0 11 2F A8 4A 1E
Octal 24 206 157 125 0 21 57 250 112 36
Binary 10100 10000110 1101111 1010101 0 10001 101111 10101000 1001010 11110

Color Harmonies of #14866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14866F

Black with #14866F

Text Example


Text Example

White with #14866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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