Html Css Color HEX #02C95D Malachite

📋 copy color: '#02C95D'

red 2 ◦ green 201 ◦ blue 93

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

Shades of Malachite #02C95D

Tints of Malachite #02C95D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 67.91%

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 0.68%
G = 67.91%
B = 31.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#02C95D (or 0x02C95D) is known color: Malachite. HEX triplet: 02, C9 and 5D. RGB value is (2,201,93). Sum of RGB (Red+Green+Blue) = 2+201+93=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 201 (78.91% from 255 or 67.91% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 201 - color contains mainly: green. Hex color #02C95D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C95D is #FD36A2. Grayscale: #818181. Windows color (decimal): -16594595 or 6146306. OLE color: 6146306.

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

Color convert

RGB 2 201 93 -
CMYK 0.99 0 0.54 0.21
HSL 147.44º 0.98% 0.4% -
HSV(B) 147.44º 0.99% 0.79% -
XYZ 22.89 42.58 17.37 -
YUV 129.19 107.57 37.28 -
System Red Green Blue C M Y K H S L
Decimal 2 201 93 0.99 0 0.54 0.21 147.44 0.98 0.4
Hex 2 C9 5D 63 0 36 15 93 62 28
Octal 2 311 135 143 0 66 25 223 142 50
Binary 10 11001001 1011101 1100011 0 110110 10101 10010011 1100010 101000

Color Harmonies of #02C95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C95D

Black with #02C95D

Text Example


Text Example

White with #02C95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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