Html Css Color HEX #148977 Elf Green

📋 copy color: '#148977'

red 20 ◦ green 137 ◦ blue 119

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

Shades of Elf Green #148977

Tints of Elf Green #148977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.64%

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

R = 7.25%
G = 49.64%
B = 43.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#148977 (or 0x148977) is known color: Elf Green. HEX triplet: 14, 89 and 77. RGB value is (20,137,119). Sum of RGB (Red+Green+Blue) = 20+137+119=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #148977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148977 is #EB7688. Grayscale: #636363. Windows color (decimal): -15431305 or 7833876. OLE color: 7833876.

HSL color Cylindrical-coordinate representation of color #148977: hue angle of 170.77º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148977 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 119 -
CMYK 0.85 0 0.13 0.46
HSL 170.77º 0.75% 0.31% -
HSV(B) 170.77º 0.85% 0.54% -
XYZ 12.56 19.37 20.53 -
YUV 99.97 138.74 70.96 -
System Red Green Blue C M Y K H S L
Decimal 20 137 119 0.85 0 0.13 0.46 170.77 0.75 0.31
Hex 14 89 77 55 0 D 2E AB 4B 1F
Octal 24 211 167 125 0 15 56 253 113 37
Binary 10100 10001001 1110111 1010101 0 1101 101110 10101011 1001011 11111

Color Harmonies of #148977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148977

Black with #148977

Text Example


Text Example

White with #148977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148977; }

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

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

background-color css

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

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

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

border-color css

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

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

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