Html Css Color HEX #02E962 Malachite

📋 copy color: '#02E962'

red 2 ◦ green 233 ◦ blue 98

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

Shades of Malachite #02E962

Tints of Malachite #02E962

RGB

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

 GREEN value IS 233 (91.41% from 255) = 69.97%

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 0.6%
G = 69.97%
B = 29.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#02E962 (or 0x02E962) is known color: Malachite. HEX triplet: 02, E9 and 62. RGB value is (2,233,98). Sum of RGB (Red+Green+Blue) = 2+233+98=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 233 (91.41% from 255 or 69.97% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 233 - color contains mainly: green. Hex color #02E962 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E962 is #FD169D. Grayscale: #949494. Windows color (decimal): -16586398 or 6482178. OLE color: 6482178.

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

Color convert

RGB 2 233 98 -
CMYK 0.99 0 0.58 0.09
HSL 144.94º 0.98% 0.46% -
HSV(B) 144.94º 0.99% 0.91% -
XYZ 31.37 59.17 21.32 -
YUV 148.54 99.47 23.48 -
System Red Green Blue C M Y K H S L
Decimal 2 233 98 0.99 0 0.58 0.09 144.94 0.98 0.46
Hex 2 E9 62 63 0 3A 9 91 62 2E
Octal 2 351 142 143 0 72 11 221 142 56
Binary 10 11101001 1100010 1100011 0 111010 1001 10010001 1100010 101110

Color Harmonies of #02E962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E962

Black with #02E962

Text Example


Text Example

White with #02E962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,233,98); }

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

background-color css

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

 a { background-color: rgb(2,233,98); }

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

border-color css

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

 span { border-color: rgb(2,233,98); }

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