#02C952

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

Shades of Malachite #02C952

Tints of Malachite #02C952

Color information

#02C952 (or 0x02C952) is unknown color: approx Malachite. HEX triplet: 02, C9 and 52. RGB value is (2,201,82). Sum of RGB (Red+Green+Blue) = 2+201+82=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 201 (78.91% from 255 or 70.53% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 201 - color contains mainly: green. Hex color #02C952 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C952 is #FD36AD. Grayscale: #808080. Windows color (decimal): -16594606 or 5425410. OLE color: 5425410.

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

Color convert

RGB220182-
CMYK0.9900.590.21
HSL144.12º98.03%39.8%-
HSV(B)144.12º99%78.82%-
XYZ22.4342.414.98-
YUV127.93102.0738.18-

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.53%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=0.70%
G=70.53%
B=28.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2201820.9900.590.21144.1298.0339.8
Hex2C9526303B15906228
Octal23111221430732522014250
Binary101100100110100101100011011101110101100100001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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