Html Css Color HEX #14947B Elf Green

📋 copy color: '#14947B'

red 20 ◦ green 148 ◦ blue 123

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

Shades of Elf Green #14947B

Tints of Elf Green #14947B

RGB

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

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

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

R = 6.87%
G = 50.86%
B = 42.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#14947B (or 0x14947B) is known color: Elf Green. HEX triplet: 14, 94 and 7B. RGB value is (20,148,123). Sum of RGB (Red+Green+Blue) = 20+148+123=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #14947B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14947B is #EB6B84. Grayscale: #6A6A6A. Windows color (decimal): -15428485 or 8098836. OLE color: 8098836.

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

Color convert

RGB 20 148 123 -
CMYK 0.86 0 0.17 0.42
HSL 168.28º 0.76% 0.33% -
HSV(B) 168.28º 0.86% 0.58% -
XYZ 14.45 22.76 22.37 -
YUV 106.88 137.09 66.03 -
System Red Green Blue C M Y K H S L
Decimal 20 148 123 0.86 0 0.17 0.42 168.28 0.76 0.33
Hex 14 94 7B 56 0 11 2A A8 4C 21
Octal 24 224 173 126 0 21 52 250 114 41
Binary 10100 10010100 1111011 1010110 0 10001 101010 10101000 1001100 100001

Color Harmonies of #14947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14947B

Black with #14947B

Text Example


Text Example

White with #14947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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