#148B5B

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

Shades of Elf Green #148B5B

Tints of Elf Green #148B5B

Color information

#148B5B (or 0x148B5B) is unknown color: approx Elf Green. HEX triplet: 14, 8B and 5B. RGB value is (20,139,91). Sum of RGB (Red+Green+Blue) = 20+139+91=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #148B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148B5B is #EB74A4. Grayscale: #626262. Windows color (decimal): -15430821 or 5999380. OLE color: 5999380.

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

Color convert

RGB2013991-
CMYK0.8600.350.45
HSL155.8º74.84%31.18%-
HSV(B)155.8º85.61%54.51%-
XYZ11.4119.3713.03-
YUV97.95124.0872.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 139 (54.69% from 255) = 55.6%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=8%
G=55.6%
B=36.4%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20139910.8600.350.45155.874.8431.18
Hex148B5B560232D9c4b1f
Octal242131331260435523411337
Binary101001000101110110111010110010001110110110011100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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