Html Css Color HEX #149371 Elf Green

📋 copy color: '#149371'

red 20 ◦ green 147 ◦ blue 113

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

Shades of Elf Green #149371

Tints of Elf Green #149371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 7.14%
G = 52.5%
B = 40.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#149371 (or 0x149371) is known color: Elf Green. HEX triplet: 14, 93 and 71. RGB value is (20,147,113). Sum of RGB (Red+Green+Blue) = 20+147+113=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #149371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149371 is #EB6C8E. Grayscale: #696969. Windows color (decimal): -15428751 or 7443220. OLE color: 7443220.

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

Color convert

RGB 20 147 113 -
CMYK 0.86 0 0.23 0.42
HSL 163.94º 0.76% 0.33% -
HSV(B) 163.94º 0.86% 0.58% -
XYZ 13.7 22.21 19.19 -
YUV 105.15 132.42 67.26 -
System Red Green Blue C M Y K H S L
Decimal 20 147 113 0.86 0 0.23 0.42 163.94 0.76 0.33
Hex 14 93 71 56 0 17 2A A4 4C 21
Octal 24 223 161 126 0 27 52 244 114 41
Binary 10100 10010011 1110001 1010110 0 10111 101010 10100100 1001100 100001

Color Harmonies of #149371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149371

Black with #149371

Text Example


Text Example

White with #149371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149371; }

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

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

background-color css

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

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

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

border-color css

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

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

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