Html Css Color HEX #149476 Elf Green

📋 copy color: '#149476'

red 20 ◦ green 148 ◦ blue 118

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

Shades of Elf Green #149476

Tints of Elf Green #149476

RGB

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

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

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

R = 6.99%
G = 51.75%
B = 41.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#149476 (or 0x149476) is known color: Elf Green. HEX triplet: 14, 94 and 76. RGB value is (20,148,118). Sum of RGB (Red+Green+Blue) = 20+148+118=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #149476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149476 is #EB6B89. Grayscale: #6A6A6A. Windows color (decimal): -15428490 or 7771156. OLE color: 7771156.

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

Color convert

RGB 20 148 118 -
CMYK 0.86 0 0.20 0.42
HSL 165.94º 0.76% 0.33% -
HSV(B) 165.94º 0.86% 0.58% -
XYZ 14.15 22.64 20.76 -
YUV 106.31 134.59 66.44 -
System Red Green Blue C M Y K H S L
Decimal 20 148 118 0.86 0 0.20 0.42 165.94 0.76 0.33
Hex 14 94 76 56 0 14 2A A6 4C 21
Octal 24 224 166 126 0 24 52 246 114 41
Binary 10100 10010100 1110110 1010110 0 10100 101010 10100110 1001100 100001

Color Harmonies of #149476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149476

Black with #149476

Text Example


Text Example

White with #149476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149476; }

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

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

background-color css

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

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

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

border-color css

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

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

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