Html Css Color HEX #02D95E Malachite

📋 copy color: '#02D95E'

red 2 ◦ green 217 ◦ blue 94

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

Shades of Malachite #02D95E

Tints of Malachite #02D95E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 69.33%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 0.64%
G = 69.33%
B = 30.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#02D95E (or 0x02D95E) is known color: Malachite. HEX triplet: 02, D9 and 5E. RGB value is (2,217,94). Sum of RGB (Red+Green+Blue) = 2+217+94=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #02D95E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D95E is #FD26A1. Grayscale: #8A8A8A. Windows color (decimal): -16590498 or 6215938. OLE color: 6215938.

HSL color Cylindrical-coordinate representation of color #02D95E: hue angle of 145.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D95E is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 217 94 -
CMYK 0.99 0 0.57 0.15
HSL 145.67º 0.98% 0.43% -
HSV(B) 145.67º 0.99% 0.85% -
XYZ 26.86 50.45 18.91 -
YUV 138.69 102.77 30.5 -
System Red Green Blue C M Y K H S L
Decimal 2 217 94 0.99 0 0.57 0.15 145.67 0.98 0.43
Hex 2 D9 5E 63 0 39 F 92 62 2B
Octal 2 331 136 143 0 71 17 222 142 53
Binary 10 11011001 1011110 1100011 0 111001 1111 10010010 1100010 101011

Color Harmonies of #02D95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D95E

Black with #02D95E

Text Example


Text Example

White with #02D95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,217,94); }

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

background-color css

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

 a { background-color: rgb(2,217,94); }

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

border-color css

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

 span { border-color: rgb(2,217,94); }

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