Html Css Color HEX #148B5F Elf Green

📋 copy color: '#148B5F'

red 20 ◦ green 139 ◦ blue 95

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

Shades of Elf Green #148B5F

Tints of Elf Green #148B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.72%

 BLUE value IS 95 (37.5% from 255) = 37.4%

R = 7.87%
G = 54.72%
B = 37.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#148B5F (or 0x148B5F) is known color: Elf Green. HEX triplet: 14, 8B and 5F. RGB value is (20,139,95). Sum of RGB (Red+Green+Blue) = 20+139+95=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #148B5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148B5F is #EB74A0. Grayscale: #626262. Windows color (decimal): -15430817 or 6261524. OLE color: 6261524.

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

Color convert

RGB 20 139 95 -
CMYK 0.86 0 0.32 0.45
HSL 157.82º 0.75% 0.31% -
HSV(B) 157.82º 0.86% 0.55% -
XYZ 11.59 19.44 13.97 -
YUV 98.4 126.08 72.08 -
System Red Green Blue C M Y K H S L
Decimal 20 139 95 0.86 0 0.32 0.45 157.82 0.75 0.31
Hex 14 8B 5F 56 0 20 2D 9E 4B 1F
Octal 24 213 137 126 0 40 55 236 113 37
Binary 10100 10001011 1011111 1010110 0 100000 101101 10011110 1001011 11111

Color Harmonies of #148B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148B5F

Black with #148B5F

Text Example


Text Example

White with #148B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,139,95); }

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

background-color css

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

 a { background-color: rgb(20,139,95); }

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

border-color css

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

 span { border-color: rgb(20,139,95); }

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