Html Css Color HEX #149079 Elf Green

📋 copy color: '#149079'

red 20 ◦ green 144 ◦ blue 121

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

Shades of Elf Green #149079

Tints of Elf Green #149079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.46%

R = 7.02%
G = 50.53%
B = 42.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#149079 (or 0x149079) is known color: Elf Green. HEX triplet: 14, 90 and 79. RGB value is (20,144,121). Sum of RGB (Red+Green+Blue) = 20+144+121=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #149079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149079 is #EB6F86. Grayscale: #686868. Windows color (decimal): -15429511 or 7966740. OLE color: 7966740.

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

Color convert

RGB 20 144 121 -
CMYK 0.86 0 0.16 0.44
HSL 168.87º 0.76% 0.32% -
HSV(B) 168.87º 0.86% 0.56% -
XYZ 13.71 21.48 21.51 -
YUV 104.3 137.42 67.87 -
System Red Green Blue C M Y K H S L
Decimal 20 144 121 0.86 0 0.16 0.44 168.87 0.76 0.32
Hex 14 90 79 56 0 10 2C A9 4C 20
Octal 24 220 171 126 0 20 54 251 114 40
Binary 10100 10010000 1111001 1010110 0 10000 101100 10101001 1001100 100000

Color Harmonies of #149079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149079

Black with #149079

Text Example


Text Example

White with #149079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149079; }

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

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

background-color css

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

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

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

border-color css

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

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

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