#02C85F

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

Shades of Malachite #02C85F

Tints of Malachite #02C85F

Color information

#02C85F (or 0x02C85F) is unknown color: approx Malachite. HEX triplet: 02, C8 and 5F. RGB value is (2,200,95). Sum of RGB (Red+Green+Blue) = 2+200+95=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 200 (78.52% from 255 or 67.34% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 200 - color contains mainly: green. Hex color #02C85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C85F is #FD37A0. Grayscale: #818181. Windows color (decimal): -16594849 or 6277122. OLE color: 6277122.

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

Color convert

RGB220095-
CMYK0.9900.520.22
HSL148.18º98.02%39.61%-
HSV(B)148.18º99%78.43%-
XYZ22.7442.1517.76-
YUV128.83108.937.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 200 (78.52% from 255) = 67.34%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=0.67%
G=67.34%
B=31.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2200950.9900.520.22148.1898.0239.61
Hex2C85F6303416946228
Octal23101371430642622414250
Binary101100100010111111100011011010010110100101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,200,95); }

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

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

 a { background-color: rgb(2,200,95); }

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

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

 span { border-color: rgb(2,200,95); }

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