#148D62

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

Shades of Elf Green #148D62

Tints of Elf Green #148D62

Color information

#148D62 (or 0x148D62) is unknown color: approx Elf Green. HEX triplet: 14, 8D and 62. RGB value is (20,141,98). Sum of RGB (Red+Green+Blue) = 20+141+98=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #148D62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D62 is #EB729D. Grayscale: #636363. Windows color (decimal): -15430302 or 6458644. OLE color: 6458644.

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

Color convert

RGB2014198-
CMYK0.8600.300.45
HSL158.68º75.16%31.57%-
HSV(B)158.68º85.82%55.29%-
XYZ12.0220.0814.8-
YUV99.92126.9171-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 141 (55.47% from 255) = 54.44%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=7.72%
G=54.44%
B=37.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20141980.8600.300.45158.6875.1631.57
Hex148D625601E2D9f4b20
Octal242151421260365523711340
Binary101001000110111000101010110011110101101100111111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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