Html Css Color HEX #02F660 Malachite

📋 copy color: '#02F660'

red 2 ◦ green 246 ◦ blue 96

#02F660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #02F660

Tints of Malachite #02F660

RGB

 RED value IS 2 (1.17% from 255) = 0.58%

 GREEN value IS 246 (96.48% from 255) = 71.51%

 BLUE value IS 96 (37.89% from 255) = 27.91%

R = 0.58%
G = 71.51%
B = 27.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#02F660 (or 0x02F660) is known color: Malachite. HEX triplet: 02, F6 and 60. RGB value is (2,246,96). Sum of RGB (Red+Green+Blue) = 2+246+96=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 246 (96.48% from 255 or 71.51% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 246 - color contains mainly: green. Hex color #02F660 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F660 is #FD099F. Grayscale: #9C9C9C. Windows color (decimal): -16583072 or 6354434. OLE color: 6354434.

HSL color Cylindrical-coordinate representation of color #02F660: hue angle of 143.11º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F660 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 246 96 -
CMYK 0.99 0 0.61 0.04
HSL 143.11º 0.98% 0.49% -
HSV(B) 143.11º 0.99% 0.96% -
XYZ 35.09 66.77 22.1 -
YUV 155.94 94.16 18.2 -
System Red Green Blue C M Y K H S L
Decimal 2 246 96 0.99 0 0.61 0.04 143.11 0.98 0.49
Hex 2 F6 60 63 0 3D 4 8F 62 31
Octal 2 366 140 143 0 75 4 217 142 61
Binary 10 11110110 1100000 1100011 0 111101 100 10001111 1100010 110001

Color Harmonies of #02F660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F660

Black with #02F660

Text Example


Text Example

White with #02F660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,246,96); }

 H1.HeaderClassName
 {
   color: #02F660;
 }
 .AnyTagClassName
 {
   color: #02F660;
 }
</style>

background-color css

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

 a { background-color: rgb(2,246,96); }

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

border-color css

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

 span { border-color: rgb(2,246,96); }

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