Html Css Color HEX #14897B Elf Green

📋 copy color: '#14897B'

red 20 ◦ green 137 ◦ blue 123

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

Shades of Elf Green #14897B

Tints of Elf Green #14897B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.93%

R = 7.14%
G = 48.93%
B = 43.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#14897B (or 0x14897B) is known color: Elf Green. HEX triplet: 14, 89 and 7B. RGB value is (20,137,123). Sum of RGB (Red+Green+Blue) = 20+137+123=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #14897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14897B is #EB7684. Grayscale: #646464. Windows color (decimal): -15431301 or 8096020. OLE color: 8096020.

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

Color convert

RGB 20 137 123 -
CMYK 0.85 0 0.10 0.46
HSL 172.82º 0.75% 0.31% -
HSV(B) 172.82º 0.85% 0.54% -
XYZ 12.81 19.47 21.82 -
YUV 100.42 140.74 70.64 -
System Red Green Blue C M Y K H S L
Decimal 20 137 123 0.85 0 0.10 0.46 172.82 0.75 0.31
Hex 14 89 7B 55 0 A 2E AD 4B 1F
Octal 24 211 173 125 0 12 56 255 113 37
Binary 10100 10001001 1111011 1010101 0 1010 101110 10101101 1001011 11111

Color Harmonies of #14897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14897B

Black with #14897B

Text Example


Text Example

White with #14897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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