#148D64

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

Shades of Elf Green #148D64

Tints of Elf Green #148D64

Color information

#148D64 (or 0x148D64) is unknown color: approx Elf Green. HEX triplet: 14, 8D and 64. RGB value is (20,141,100). Sum of RGB (Red+Green+Blue) = 20+141+100=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #148D64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D64 is #EB729B. Grayscale: #646464. Windows color (decimal): -15430300 or 6589716. OLE color: 6589716.

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

Color convert

RGB20141100-
CMYK0.8600.290.45
HSL159.67º75.16%31.57%-
HSV(B)159.67º85.82%55.29%-
XYZ12.1120.1215.3-
YUV100.15127.9170.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.66%
GREEN value IS 141 (55.47% from 255) = 54.02%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=7.66%
G=54.02%
B=38.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201411000.8600.290.45159.6775.1631.57
Hex148D645601D2Da04b20
Octal242151441260355524011340
Binary101001000110111001001010110011101101101101000001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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