#148F5C

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

Shades of Elf Green #148F5C

Tints of Elf Green #148F5C

Color information

#148F5C (or 0x148F5C) is unknown color: approx Elf Green. HEX triplet: 14, 8F and 5C. RGB value is (20,143,92). Sum of RGB (Red+Green+Blue) = 20+143+92=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 143 (56.25% from 255 or 56.08% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 143 - color contains mainly: green. Hex color #148F5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148F5C is #EB70A3. Grayscale: #646464. Windows color (decimal): -15429796 or 6065940. OLE color: 6065940.

HSL color Cylindrical-coordinate representation of color #148F5C: hue angle of 155.12º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148F5C is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB2014392-
CMYK0.8600.360.44
HSL155.12º75.46%31.96%-
HSV(B)155.12º86.01%56.08%-
XYZ12.0420.5713.46-
YUV100.41123.2570.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 143 (56.25% from 255) = 56.08%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=7.84%
G=56.08%
B=36.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20143920.8600.360.44155.1275.4631.96
Hex148F5C560242C9b4b20
Octal242171341260445423311340
Binary1010010001111101110010101100100100101100100110111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,143,92); }

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

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

 a { background-color: rgb(20,143,92); }

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

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

 span { border-color: rgb(20,143,92); }

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