#02F153

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

Shades of Malachite #02F153

Tints of Malachite #02F153

Color information

#02F153 (or 0x02F153) is unknown color: approx Malachite. HEX triplet: 02, F1 and 53. RGB value is (2,241,83). Sum of RGB (Red+Green+Blue) = 2+241+83=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #02F153 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F153 is #FD0EAC. Grayscale: #979797. Windows color (decimal): -16584365 or 5501186. OLE color: 5501186.

HSL color Cylindrical-coordinate representation of color #02F153: hue angle of 140.33º 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 #02F153 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB224183-
CMYK0.9900.660.05
HSL140.33º98.35%47.65%-
HSV(B)140.33º99.17%94.51%-
XYZ33.0463.5518.71-
YUV151.5389.3221.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 241 (94.53% from 255) = 73.93%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=0.61%
G=73.93%
B=25.46%

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
Decimal2241830.9900.660.05140.3398.3547.65
Hex2F1536304258c6230
Octal23611231430102521414260
Binary10111100011010011110001101000010101100011001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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