#148b7c

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

Shades of Elf Green #148B7C

Tints of Elf Green #148B7C

Color information

#148B7C (or 0x148B7C) is unknown color: approx Elf Green. HEX triplet: 14, 8B and 7C. RGB value is (20,139,124). Sum of RGB (Red+Green+Blue) = 20+139+124=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #148B7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148B7C is #EB7483. Grayscale: #656565. Windows color (decimal): -15430788 or 8162068. OLE color: 8162068.

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

Color convert

RGB20139124-
CMYK0.8600.110.45
HSL172.44º74.84%31.18%-
HSV(B)172.44º85.61%54.51%-
XYZ13.1620.0722.25-
YUV101.71140.5869.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 139 (54.69% from 255) = 49.12%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=7.07%
G=49.12%
B=43.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201391240.8600.110.45172.4474.8431.18
Hex148B7C560B2Dac4b1f
Octal242131741260135525411337
Binary1010010001011111110010101100101110110110101100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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