#02C954

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

Shades of Malachite #02C954

Tints of Malachite #02C954

Color information

#02C954 (or 0x02C954) is unknown color: approx Malachite. HEX triplet: 02, C9 and 54. RGB value is (2,201,84). Sum of RGB (Red+Green+Blue) = 2+201+84=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 201 (78.91% from 255 or 70.03% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 201 - color contains mainly: green. Hex color #02C954 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C954 is #FD36AB. Grayscale: #808080. Windows color (decimal): -16594604 or 5556482. OLE color: 5556482.

HSL color Cylindrical-coordinate representation of color #02C954: hue angle of 144.72º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C954 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB220184-
CMYK0.9900.580.21
HSL144.72º98.03%39.8%-
HSV(B)144.72º99%78.82%-
XYZ22.5142.4315.39-
YUV128.16103.0738.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 201 (78.91% from 255) = 70.03%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=0.70%
G=70.03%
B=29.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2201840.9900.580.21144.7298.0339.8
Hex2C9546303A15916228
Octal23111241430722522114250
Binary101100100110101001100011011101010101100100011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,201,84); }

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

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

 a { background-color: rgb(2,201,84); }

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

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

 span { border-color: rgb(2,201,84); }

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