Html Css Color HEX #149776 Elf Green

📋 copy color: '#149776'

red 20 ◦ green 151 ◦ blue 118

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

Shades of Elf Green #149776

Tints of Elf Green #149776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.25%

 BLUE value IS 118 (46.48% from 255) = 40.83%

R = 6.92%
G = 52.25%
B = 40.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#149776 (or 0x149776) is known color: Elf Green. HEX triplet: 14, 97 and 76. RGB value is (20,151,118). Sum of RGB (Red+Green+Blue) = 20+151+118=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #149776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149776 is #EB6889. Grayscale: #6C6C6C. Windows color (decimal): -15427722 or 7771924. OLE color: 7771924.

HSL color Cylindrical-coordinate representation of color #149776: hue angle of 164.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149776 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 118 -
CMYK 0.87 0 0.22 0.41
HSL 164.89º 0.77% 0.34% -
HSV(B) 164.89º 0.87% 0.59% -
XYZ 14.63 23.59 20.92 -
YUV 108.07 133.6 65.18 -
System Red Green Blue C M Y K H S L
Decimal 20 151 118 0.87 0 0.22 0.41 164.89 0.77 0.34
Hex 14 97 76 57 0 16 29 A5 4D 22
Octal 24 227 166 127 0 26 51 245 115 42
Binary 10100 10010111 1110110 1010111 0 10110 101001 10100101 1001101 100010

Color Harmonies of #149776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149776

Black with #149776

Text Example


Text Example

White with #149776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149776; }

 p { color: rgb(20,151,118); }

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

background-color css

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

 a { background-color: rgb(20,151,118); }

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

border-color css

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

 span { border-color: rgb(20,151,118); }

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