Html Css Color HEX #14937B Elf Green

📋 copy color: '#14937B'

red 20 ◦ green 147 ◦ blue 123

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

Shades of Elf Green #14937B

Tints of Elf Green #14937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.69%

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

R = 6.9%
G = 50.69%
B = 42.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#14937B (or 0x14937B) is known color: Elf Green. HEX triplet: 14, 93 and 7B. RGB value is (20,147,123). Sum of RGB (Red+Green+Blue) = 20+147+123=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #14937B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14937B is #EB6C84. Grayscale: #6A6A6A. Windows color (decimal): -15428741 or 8098580. OLE color: 8098580.

HSL color Cylindrical-coordinate representation of color #14937B: hue angle of 168.66º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14937B is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 147 123 -
CMYK 0.86 0 0.16 0.42
HSL 168.66º 0.76% 0.33% -
HSV(B) 168.66º 0.86% 0.58% -
XYZ 14.3 22.45 22.32 -
YUV 106.29 137.42 66.45 -
System Red Green Blue C M Y K H S L
Decimal 20 147 123 0.86 0 0.16 0.42 168.66 0.76 0.33
Hex 14 93 7B 56 0 10 2A A9 4C 21
Octal 24 223 173 126 0 20 52 251 114 41
Binary 10100 10010011 1111011 1010110 0 10000 101010 10101001 1001100 100001

Color Harmonies of #14937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14937B

Black with #14937B

Text Example


Text Example

White with #14937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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