Html Css Color HEX #149276 Elf Green

📋 copy color: '#149276'

red 20 ◦ green 146 ◦ blue 118

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

Shades of Elf Green #149276

Tints of Elf Green #149276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.41%

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

R = 7.04%
G = 51.41%
B = 41.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#149276 (or 0x149276) is known color: Elf Green. HEX triplet: 14, 92 and 76. RGB value is (20,146,118). Sum of RGB (Red+Green+Blue) = 20+146+118=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #149276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149276 is #EB6D89. Grayscale: #696969. Windows color (decimal): -15429002 or 7770644. OLE color: 7770644.

HSL color Cylindrical-coordinate representation of color #149276: hue angle of 166.67º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149276 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 118 -
CMYK 0.86 0 0.19 0.43
HSL 166.67º 0.76% 0.33% -
HSV(B) 166.67º 0.86% 0.57% -
XYZ 13.84 22.01 20.66 -
YUV 105.13 135.26 67.28 -
System Red Green Blue C M Y K H S L
Decimal 20 146 118 0.86 0 0.19 0.43 166.67 0.76 0.33
Hex 14 92 76 56 0 13 2B A7 4C 21
Octal 24 222 166 126 0 23 53 247 114 41
Binary 10100 10010010 1110110 1010110 0 10011 101011 10100111 1001100 100001

Color Harmonies of #149276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149276

Black with #149276

Text Example


Text Example

White with #149276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149276; }

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

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

background-color css

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

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

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

border-color css

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

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

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