Html Css Color HEX #14907B Elf Green

📋 copy color: '#14907B'

red 20 ◦ green 144 ◦ blue 123

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

Shades of Elf Green #14907B

Tints of Elf Green #14907B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.17%

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

R = 6.97%
G = 50.17%
B = 42.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#14907B (or 0x14907B) is known color: Elf Green. HEX triplet: 14, 90 and 7B. RGB value is (20,144,123). Sum of RGB (Red+Green+Blue) = 20+144+123=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #14907B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14907B is #EB6F84. Grayscale: #686868. Windows color (decimal): -15429509 or 8097812. OLE color: 8097812.

HSL color Cylindrical-coordinate representation of color #14907B: hue angle of 169.84º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14907B is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 123 -
CMYK 0.86 0 0.15 0.44
HSL 169.84º 0.76% 0.32% -
HSV(B) 169.84º 0.86% 0.56% -
XYZ 13.84 21.53 22.16 -
YUV 104.53 138.42 67.71 -
System Red Green Blue C M Y K H S L
Decimal 20 144 123 0.86 0 0.15 0.44 169.84 0.76 0.32
Hex 14 90 7B 56 0 F 2C AA 4C 20
Octal 24 220 173 126 0 17 54 252 114 40
Binary 10100 10010000 1111011 1010110 0 1111 101100 10101010 1001100 100000

Color Harmonies of #14907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14907B

Black with #14907B

Text Example


Text Example

White with #14907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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