Html Css Color HEX #14896A Elf Green

📋 copy color: '#14896A'

red 20 ◦ green 137 ◦ blue 106

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

Shades of Elf Green #14896A

Tints of Elf Green #14896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.3%

R = 7.6%
G = 52.09%
B = 40.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#14896A (or 0x14896A) is known color: Elf Green. HEX triplet: 14, 89 and 6A. RGB value is (20,137,106). Sum of RGB (Red+Green+Blue) = 20+137+106=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #14896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14896A is #EB7695. Grayscale: #626262. Windows color (decimal): -15431318 or 6981908. OLE color: 6981908.

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

Color convert

RGB 20 137 106 -
CMYK 0.85 0 0.23 0.46
HSL 164.1º 0.75% 0.31% -
HSV(B) 164.1º 0.85% 0.54% -
XYZ 11.84 19.08 16.69 -
YUV 98.48 132.24 72.02 -
System Red Green Blue C M Y K H S L
Decimal 20 137 106 0.85 0 0.23 0.46 164.1 0.75 0.31
Hex 14 89 6A 55 0 17 2E A4 4B 1F
Octal 24 211 152 125 0 27 56 244 113 37
Binary 10100 10001001 1101010 1010101 0 10111 101110 10100100 1001011 11111

Color Harmonies of #14896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14896A

Black with #14896A

Text Example


Text Example

White with #14896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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