Html Css Color HEX #02C95B Malachite

📋 copy color: '#02C95B'

red 2 ◦ green 201 ◦ blue 91

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

Shades of Malachite #02C95B

Tints of Malachite #02C95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 0.68%
G = 68.37%
B = 30.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#02C95B (or 0x02C95B) is known color: Malachite. HEX triplet: 02, C9 and 5B. RGB value is (2,201,91). Sum of RGB (Red+Green+Blue) = 2+201+91=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 201 (78.91% from 255 or 68.37% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 201 - color contains mainly: green. Hex color #02C95B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C95B is #FD36A4. Grayscale: #818181. Windows color (decimal): -16594597 or 6015234. OLE color: 6015234.

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

Color convert

RGB 2 201 91 -
CMYK 0.99 0 0.55 0.21
HSL 146.83º 0.98% 0.4% -
HSV(B) 146.83º 0.99% 0.79% -
XYZ 22.8 42.54 16.91 -
YUV 128.96 106.57 37.44 -
System Red Green Blue C M Y K H S L
Decimal 2 201 91 0.99 0 0.55 0.21 146.83 0.98 0.4
Hex 2 C9 5B 63 0 37 15 93 62 28
Octal 2 311 133 143 0 67 25 223 142 50
Binary 10 11001001 1011011 1100011 0 110111 10101 10010011 1100010 101000

Color Harmonies of #02C95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C95B

Black with #02C95B

Text Example


Text Example

White with #02C95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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