Html Css Color HEX #148579 Elf Green

📋 copy color: '#148579'

red 20 ◦ green 133 ◦ blue 121

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

Shades of Elf Green #148579

Tints of Elf Green #148579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.54%

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

R = 7.3%
G = 48.54%
B = 44.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#148579 (or 0x148579) is known color: Elf Green. HEX triplet: 14, 85 and 79. RGB value is (20,133,121). Sum of RGB (Red+Green+Blue) = 20+133+121=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #148579 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148579 is #EB7A86. Grayscale: #616161. Windows color (decimal): -15432327 or 7963924. OLE color: 7963924.

HSL color Cylindrical-coordinate representation of color #148579: hue angle of 173.63º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148579 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 121 -
CMYK 0.85 0 0.09 0.48
HSL 173.63º 0.74% 0.3% -
HSV(B) 173.63º 0.85% 0.52% -
XYZ 12.13 18.3 20.98 -
YUV 97.85 141.06 72.48 -
System Red Green Blue C M Y K H S L
Decimal 20 133 121 0.85 0 0.09 0.48 173.63 0.74 0.3
Hex 14 85 79 55 0 9 30 AE 4A 1E
Octal 24 205 171 125 0 11 60 256 112 36
Binary 10100 10000101 1111001 1010101 0 1001 110000 10101110 1001010 11110

Color Harmonies of #148579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148579

Black with #148579

Text Example


Text Example

White with #148579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148579; }

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

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

background-color css

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

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

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

border-color css

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

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

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