#148D7B

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

Shades of Elf Green #148D7B

Tints of Elf Green #148D7B

Color information

#148D7B (or 0x148D7B) is unknown color: approx Elf Green. HEX triplet: 14, 8D and 7B. RGB value is (20,141,123). Sum of RGB (Red+Green+Blue) = 20+141+123=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #148D7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D7B is #EB7284. Grayscale: #666666. Windows color (decimal): -15430277 or 8097044. OLE color: 8097044.

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

Color convert

RGB20141123-
CMYK0.8600.130.45
HSL171.07º75.16%31.57%-
HSV(B)171.07º85.82%55.29%-
XYZ13.3920.6322.01-
YUV102.77139.4168.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.04%
GREEN value IS 141 (55.47% from 255) = 49.65%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=7.04%
G=49.65%
B=43.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201411230.8600.130.45171.0775.1631.57
Hex148D7B560D2Dab4b20
Octal242151731260155525311340
Binary10100100011011111011101011001101101101101010111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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