Html Css Color HEX #14866B Elf Green

📋 copy color: '#14866B'

red 20 ◦ green 134 ◦ blue 107

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

Shades of Elf Green #14866B

Tints of Elf Green #14866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41%

R = 7.66%
G = 51.34%
B = 41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#14866B (or 0x14866B) is known color: Elf Green. HEX triplet: 14, 86 and 6B. RGB value is (20,134,107). Sum of RGB (Red+Green+Blue) = 20+134+107=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #14866B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14866B is #EB7994. Grayscale: #606060. Windows color (decimal): -15432085 or 7046676. OLE color: 7046676.

HSL color Cylindrical-coordinate representation of color #14866B: hue angle of 165.79º 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 #14866B is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 134 107 -
CMYK 0.85 0 0.20 0.47
HSL 165.79º 0.74% 0.3% -
HSV(B) 165.79º 0.85% 0.53% -
XYZ 11.47 18.26 16.83 -
YUV 96.84 133.73 73.2 -
System Red Green Blue C M Y K H S L
Decimal 20 134 107 0.85 0 0.20 0.47 165.79 0.74 0.3
Hex 14 86 6B 55 0 14 2F A6 4A 1E
Octal 24 206 153 125 0 24 57 246 112 36
Binary 10100 10000110 1101011 1010101 0 10100 101111 10100110 1001010 11110

Color Harmonies of #14866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14866B

Black with #14866B

Text Example


Text Example

White with #14866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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