Html Css Color HEX #149573 Elf Green

📋 copy color: '#149573'

red 20 ◦ green 149 ◦ blue 115

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

Shades of Elf Green #149573

Tints of Elf Green #149573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.46%

 BLUE value IS 115 (45.31% from 255) = 40.49%

R = 7.04%
G = 52.46%
B = 40.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#149573 (or 0x149573) is known color: Elf Green. HEX triplet: 14, 95 and 73. RGB value is (20,149,115). Sum of RGB (Red+Green+Blue) = 20+149+115=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #149573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149573 is #EB6A8C. Grayscale: #6A6A6A. Windows color (decimal): -15428237 or 7574804. OLE color: 7574804.

HSL color Cylindrical-coordinate representation of color #149573: hue angle of 164.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149573 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 115 -
CMYK 0.87 0 0.23 0.42
HSL 164.19º 0.76% 0.33% -
HSV(B) 164.19º 0.87% 0.58% -
XYZ 14.13 22.88 19.89 -
YUV 106.55 132.76 66.26 -
System Red Green Blue C M Y K H S L
Decimal 20 149 115 0.87 0 0.23 0.42 164.19 0.76 0.33
Hex 14 95 73 57 0 17 2A A4 4C 21
Octal 24 225 163 127 0 27 52 244 114 41
Binary 10100 10010101 1110011 1010111 0 10111 101010 10100100 1001100 100001

Color Harmonies of #149573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149573

Black with #149573

Text Example


Text Example

White with #149573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149573; }

 p { color: rgb(20,149,115); }

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

background-color css

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

 a { background-color: rgb(20,149,115); }

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

border-color css

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

 span { border-color: rgb(20,149,115); }

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