Html Css Color HEX #14947C Elf Green

📋 copy color: '#14947C'

red 20 ◦ green 148 ◦ blue 124

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

Shades of Elf Green #14947C

Tints of Elf Green #14947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.68%

 BLUE value IS 124 (48.83% from 255) = 42.47%

R = 6.85%
G = 50.68%
B = 42.47%

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

#14947C (or 0x14947C) is known color: Elf Green. HEX triplet: 14, 94 and 7C. RGB value is (20,148,124). Sum of RGB (Red+Green+Blue) = 20+148+124=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #14947C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14947C is #EB6B83. Grayscale: #6A6A6A. Windows color (decimal): -15428484 or 8164372. OLE color: 8164372.

HSL color Cylindrical-coordinate representation of color #14947C: hue angle of 168.75º 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 #14947C is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 124 -
CMYK 0.86 0 0.16 0.42
HSL 168.75º 0.76% 0.33% -
HSV(B) 168.75º 0.86% 0.58% -
XYZ 14.52 22.78 22.7 -
YUV 106.99 137.59 65.95 -
System Red Green Blue C M Y K H S L
Decimal 20 148 124 0.86 0 0.16 0.42 168.75 0.76 0.33
Hex 14 94 7C 56 0 10 2A A9 4C 21
Octal 24 224 174 126 0 20 52 251 114 41
Binary 10100 10010100 1111100 1010110 0 10000 101010 10101001 1001100 100001

Color Harmonies of #14947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14947C

Black with #14947C

Text Example


Text Example

White with #14947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,148,124); }

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

background-color css

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

 a { background-color: rgb(20,148,124); }

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

border-color css

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

 span { border-color: rgb(20,148,124); }

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