Html Css Color HEX #148971 Elf Green

📋 copy color: '#148971'

red 20 ◦ green 137 ◦ blue 113

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

Shades of Elf Green #148971

Tints of Elf Green #148971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 7.41%
G = 50.74%
B = 41.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#148971 (or 0x148971) is known color: Elf Green. HEX triplet: 14, 89 and 71. RGB value is (20,137,113). Sum of RGB (Red+Green+Blue) = 20+137+113=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #148971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148971 is #EB768E. Grayscale: #636363. Windows color (decimal): -15431311 or 7440660. OLE color: 7440660.

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

Color convert

RGB 20 137 113 -
CMYK 0.85 0 0.18 0.46
HSL 167.69º 0.75% 0.31% -
HSV(B) 167.69º 0.85% 0.54% -
XYZ 12.21 19.23 18.69 -
YUV 99.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 20 137 113 0.85 0 0.18 0.46 167.69 0.75 0.31
Hex 14 89 71 55 0 12 2E A8 4B 1F
Octal 24 211 161 125 0 22 56 250 113 37
Binary 10100 10001001 1110001 1010101 0 10010 101110 10101000 1001011 11111

Color Harmonies of #148971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148971

Black with #148971

Text Example


Text Example

White with #148971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148971; }

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

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

background-color css

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

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

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

border-color css

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

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

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