Html Css Color HEX #149477 Elf Green

📋 copy color: '#149477'

red 20 ◦ green 148 ◦ blue 119

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

Shades of Elf Green #149477

Tints of Elf Green #149477

RGB

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

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

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

R = 6.97%
G = 51.57%
B = 41.46%

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

#149477 (or 0x149477) is known color: Elf Green. HEX triplet: 14, 94 and 77. RGB value is (20,148,119). Sum of RGB (Red+Green+Blue) = 20+148+119=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #149477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149477 is #EB6B88. Grayscale: #6A6A6A. Windows color (decimal): -15428489 or 7836692. OLE color: 7836692.

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

Color convert

RGB 20 148 119 -
CMYK 0.86 0 0.20 0.42
HSL 166.41º 0.76% 0.33% -
HSV(B) 166.41º 0.86% 0.58% -
XYZ 14.21 22.66 21.08 -
YUV 106.42 135.09 66.36 -
System Red Green Blue C M Y K H S L
Decimal 20 148 119 0.86 0 0.20 0.42 166.41 0.76 0.33
Hex 14 94 77 56 0 14 2A A6 4C 21
Octal 24 224 167 126 0 24 52 246 114 41
Binary 10100 10010100 1110111 1010110 0 10100 101010 10100110 1001100 100001

Color Harmonies of #149477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149477

Black with #149477

Text Example


Text Example

White with #149477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149477; }

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

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

background-color css

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

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

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

border-color css

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

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

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