Html Css Color HEX #149473 Elf Green

📋 copy color: '#149473'

red 20 ◦ green 148 ◦ blue 115

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

Shades of Elf Green #149473

Tints of Elf Green #149473

RGB

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

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

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

R = 7.07%
G = 52.3%
B = 40.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#149473 (or 0x149473) is known color: Elf Green. HEX triplet: 14, 94 and 73. RGB value is (20,148,115). Sum of RGB (Red+Green+Blue) = 20+148+115=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #149473 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149473 is #EB6B8C. Grayscale: #696969. Windows color (decimal): -15428493 or 7574548. OLE color: 7574548.

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

Color convert

RGB 20 148 115 -
CMYK 0.86 0 0.22 0.42
HSL 164.53º 0.76% 0.33% -
HSV(B) 164.53º 0.86% 0.58% -
XYZ 13.97 22.57 19.84 -
YUV 105.97 133.09 66.68 -
System Red Green Blue C M Y K H S L
Decimal 20 148 115 0.86 0 0.22 0.42 164.53 0.76 0.33
Hex 14 94 73 56 0 16 2A A5 4C 21
Octal 24 224 163 126 0 26 52 245 114 41
Binary 10100 10010100 1110011 1010110 0 10110 101010 10100101 1001100 100001

Color Harmonies of #149473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149473

Black with #149473

Text Example


Text Example

White with #149473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149473; }

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

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

background-color css

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

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

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

border-color css

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

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

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