#148D5D

Color #148D5D Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #148D5D

Tints of Elf Green #148D5D

Color information

#148D5D (or 0x148D5D) is unknown color: approx Elf Green. HEX triplet: 14, 8D and 5D. RGB value is (20,141,93). Sum of RGB (Red+Green+Blue) = 20+141+93=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #148D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D5D is #EB72A2. Grayscale: #636363. Windows color (decimal): -15430307 or 6130964. OLE color: 6130964.

HSL color Cylindrical-coordinate representation of color #148D5D: hue angle of 156.2º 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 #148D5D is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB2014193-
CMYK0.8600.340.45
HSL156.2º75.16%31.57%-
HSV(B)156.2º85.82%55.29%-
XYZ11.7919.9913.59-
YUV99.35124.4171.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.87%
GREEN value IS 141 (55.47% from 255) = 55.51%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=7.87%
G=55.51%
B=36.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20141930.8600.340.45156.275.1631.57
Hex148D5D560222D9c4b20
Octal242151351260425523411340
Binary1010010001101101110110101100100010101101100111001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #148D5D;
 }
 .AnyTagClassName
 {
   color: #148D5D;
 }
</style>
background-color css

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

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

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

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

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

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