Html Css Color HEX #14896D Elf Green

📋 copy color: '#14896D'

red 20 ◦ green 137 ◦ blue 109

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

Shades of Elf Green #14896D

Tints of Elf Green #14896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.5%

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

R = 7.52%
G = 51.5%
B = 40.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#14896D (or 0x14896D) is known color: Elf Green. HEX triplet: 14, 89 and 6D. RGB value is (20,137,109). Sum of RGB (Red+Green+Blue) = 20+137+109=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #14896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14896D is #EB7692. Grayscale: #626262. Windows color (decimal): -15431315 or 7178516. OLE color: 7178516.

HSL color Cylindrical-coordinate representation of color #14896D: hue angle of 165.64º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14896D is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 109 -
CMYK 0.85 0 0.20 0.46
HSL 165.64º 0.75% 0.31% -
HSV(B) 165.64º 0.85% 0.54% -
XYZ 11.99 19.14 17.53 -
YUV 98.83 133.74 71.78 -
System Red Green Blue C M Y K H S L
Decimal 20 137 109 0.85 0 0.20 0.46 165.64 0.75 0.31
Hex 14 89 6D 55 0 14 2E A6 4B 1F
Octal 24 211 155 125 0 24 56 246 113 37
Binary 10100 10001001 1101101 1010101 0 10100 101110 10100110 1001011 11111

Color Harmonies of #14896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14896D

Black with #14896D

Text Example


Text Example

White with #14896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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