Html Css Color HEX #149279 Elf Green

📋 copy color: '#149279'

red 20 ◦ green 146 ◦ blue 121

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

Shades of Elf Green #149279

Tints of Elf Green #149279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 6.97%
G = 50.87%
B = 42.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#149279 (or 0x149279) is known color: Elf Green. HEX triplet: 14, 92 and 79. RGB value is (20,146,121). Sum of RGB (Red+Green+Blue) = 20+146+121=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #149279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149279 is #EB6D86. Grayscale: #696969. Windows color (decimal): -15428999 or 7967252. OLE color: 7967252.

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

Color convert

RGB 20 146 121 -
CMYK 0.86 0 0.17 0.43
HSL 168.1º 0.76% 0.33% -
HSV(B) 168.1º 0.86% 0.57% -
XYZ 14.02 22.09 21.61 -
YUV 105.48 136.76 67.03 -
System Red Green Blue C M Y K H S L
Decimal 20 146 121 0.86 0 0.17 0.43 168.1 0.76 0.33
Hex 14 92 79 56 0 11 2B A8 4C 21
Octal 24 222 171 126 0 21 53 250 114 41
Binary 10100 10010010 1111001 1010110 0 10001 101011 10101000 1001100 100001

Color Harmonies of #149279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149279

Black with #149279

Text Example


Text Example

White with #149279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149279; }

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

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

background-color css

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

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

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

border-color css

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

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

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