#02F151

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

Shades of Malachite #02F151

Tints of Malachite #02F151

Color information

#02F151 (or 0x02F151) is unknown color: approx Malachite. HEX triplet: 02, F1 and 51. RGB value is (2,241,81). Sum of RGB (Red+Green+Blue) = 2+241+81=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #02F151 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F151 is #FD0EAE. Grayscale: #979797. Windows color (decimal): -16584367 or 5370114. OLE color: 5370114.

HSL color Cylindrical-coordinate representation of color #02F151: hue angle of 139.83º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F151 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB224181-
CMYK0.9900.660.05
HSL139.83º98.35%47.65%-
HSV(B)139.83º99.17%94.51%-
XYZ32.9763.5218.31-
YUV151.388.3221.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 241 (94.53% from 255) = 74.38%
BLUE value IS 81 (32.03% from 255) = 25%
R=0.62%
G=74.38%
B=25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241810.9900.660.05139.8398.3547.65
Hex2F1516304258c6230
Octal23611211430102521414260
Binary10111100011010001110001101000010101100011001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02F151; }

 p { color: rgb(2,241,81); }

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

<style>
 a { background-color: #02F151; }

 a { background-color: rgb(2,241,81); }

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

<style>
 span { border-color: #02F151; }

 span { border-color: rgb(2,241,81); }

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