Html Css Color HEX #14896C Elf Green

📋 copy color: '#14896C'

red 20 ◦ green 137 ◦ blue 108

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

Shades of Elf Green #14896C

Tints of Elf Green #14896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 7.55%
G = 51.7%
B = 40.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#14896C (or 0x14896C) is known color: Elf Green. HEX triplet: 14, 89 and 6C. RGB value is (20,137,108). Sum of RGB (Red+Green+Blue) = 20+137+108=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #14896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14896C is #EB7693. Grayscale: #626262. Windows color (decimal): -15431316 or 7112980. OLE color: 7112980.

HSL color Cylindrical-coordinate representation of color #14896C: hue angle of 165.13º 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 #14896C is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 108 -
CMYK 0.85 0 0.21 0.46
HSL 165.13º 0.75% 0.31% -
HSV(B) 165.13º 0.85% 0.54% -
XYZ 11.94 19.12 17.25 -
YUV 98.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 20 137 108 0.85 0 0.21 0.46 165.13 0.75 0.31
Hex 14 89 6C 55 0 15 2E A5 4B 1F
Octal 24 211 154 125 0 25 56 245 113 37
Binary 10100 10001001 1101100 1010101 0 10101 101110 10100101 1001011 11111

Color Harmonies of #14896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14896C

Black with #14896C

Text Example


Text Example

White with #14896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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