Html Css Color HEX #148D5B Elf Green

📋 copy color: '#148D5B'

red 20 ◦ green 141 ◦ blue 91

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

Shades of Elf Green #148D5B

Tints of Elf Green #148D5B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 55.95%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 7.94%
G = 55.95%
B = 36.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#148D5B (or 0x148D5B) is known color: Elf Green. HEX triplet: 14, 8D and 5B. RGB value is (20,141,91). Sum of RGB (Red+Green+Blue) = 20+141+91=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #148D5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D5B is #EB72A4. Grayscale: #636363. Windows color (decimal): -15430309 or 5999892. OLE color: 5999892.

HSL color Cylindrical-coordinate representation of color #148D5B: hue angle of 155.21º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148D5B is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 141 91 -
CMYK 0.86 0 0.35 0.45
HSL 155.21º 0.75% 0.32% -
HSV(B) 155.21º 0.86% 0.55% -
XYZ 11.7 19.95 13.13 -
YUV 99.12 123.41 71.57 -
System Red Green Blue C M Y K H S L
Decimal 20 141 91 0.86 0 0.35 0.45 155.21 0.75 0.32
Hex 14 8D 5B 56 0 23 2D 9B 4B 20
Octal 24 215 133 126 0 43 55 233 113 40
Binary 10100 10001101 1011011 1010110 0 100011 101101 10011011 1001011 100000

Color Harmonies of #148D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148D5B

Black with #148D5B

Text Example


Text Example

White with #148D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148D5B; }

 p { color: rgb(20,141,91); }

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

background-color css

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

 a { background-color: rgb(20,141,91); }

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

border-color css

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

 span { border-color: rgb(20,141,91); }

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