Html Css Color HEX #149277 Elf Green

📋 copy color: '#149277'

red 20 ◦ green 146 ◦ blue 119

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

Shades of Elf Green #149277

Tints of Elf Green #149277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 7.02%
G = 51.23%
B = 41.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#149277 (or 0x149277) is known color: Elf Green. HEX triplet: 14, 92 and 77. RGB value is (20,146,119). Sum of RGB (Red+Green+Blue) = 20+146+119=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #149277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149277 is #EB6D88. Grayscale: #696969. Windows color (decimal): -15429001 or 7836180. OLE color: 7836180.

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

Color convert

RGB 20 146 119 -
CMYK 0.86 0 0.18 0.43
HSL 167.14º 0.76% 0.33% -
HSV(B) 167.14º 0.86% 0.57% -
XYZ 13.9 22.04 20.97 -
YUV 105.25 135.76 67.2 -
System Red Green Blue C M Y K H S L
Decimal 20 146 119 0.86 0 0.18 0.43 167.14 0.76 0.33
Hex 14 92 77 56 0 12 2B A7 4C 21
Octal 24 222 167 126 0 22 53 247 114 41
Binary 10100 10010010 1110111 1010110 0 10010 101011 10100111 1001100 100001

Color Harmonies of #149277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149277

Black with #149277

Text Example


Text Example

White with #149277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149277; }

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

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

background-color css

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

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

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

border-color css

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

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

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