#1FE150

Color #1FE150 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1FE150

Tints of Malachite #1FE150

Color information

#1FE150 (or 0x1FE150) is unknown color: approx Malachite. HEX triplet: 1F, E1 and 50. RGB value is (31,225,80). Sum of RGB (Red+Green+Blue) = 31+225+80=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FE150 is #E01EAF. Grayscale: #969696. Windows color (decimal): -14687920 or 5300511. OLE color: 5300511.

HSL color Cylindrical-coordinate representation of color #1FE150: hue angle of 135.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE150 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB3122580-
CMYK0.8600.640.12
HSL135.15º76.38%50.2%-
HSV(B)135.15º86.22%88.24%-
XYZ28.9454.7216.63-
YUV150.4688.2342.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.23%
GREEN value IS 225 (88.28% from 255) = 66.96%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=9.23%
G=66.96%
B=23.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal31225800.8600.640.12135.1576.3850.2
Hex1FE15056040C874c32
Octal3734112012601001420711462
Binary111111110000110100001010110010000001100100001111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FE150; }

 p { color: rgb(31,225,80); }

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

<style>
 a { background-color: #1FE150; }

 a { background-color: rgb(31,225,80); }

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

<style>
 span { border-color: #1FE150; }

 span { border-color: rgb(31,225,80); }

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