#1FE148

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

Shades of Malachite #1FE148

Tints of Malachite #1FE148

Color information

#1FE148 (or 0x1FE148) is unknown color: approx Malachite. HEX triplet: 1F, E1 and 48. RGB value is (31,225,72). Sum of RGB (Red+Green+Blue) = 31+225+72=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE148 is #E01EB7. Grayscale: #959595. Windows color (decimal): -14687928 or 4776223. OLE color: 4776223.

HSL color Cylindrical-coordinate representation of color #1FE148: hue angle of 132.68º 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 #1FE148 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB3122572-
CMYK0.8600.680.12
HSL132.68º76.38%50.2%-
HSV(B)132.68º86.22%88.24%-
XYZ28.6654.6115.16-
YUV149.5584.2343.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.45%
GREEN value IS 225 (88.28% from 255) = 68.60%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=9.45%
G=68.60%
B=21.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal31225720.8600.680.12132.6876.3850.2
Hex1FE14856044C854c32
Octal3734111012601041420511462
Binary111111110000110010001010110010001001100100001011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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