Html Css Color HEX #02C95C Malachite

📋 copy color: '#02C95C'

red 2 ◦ green 201 ◦ blue 92

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

Shades of Malachite #02C95C

Tints of Malachite #02C95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 0.68%
G = 68.14%
B = 31.19%

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

#02C95C (or 0x02C95C) is known color: Malachite. HEX triplet: 02, C9 and 5C. RGB value is (2,201,92). Sum of RGB (Red+Green+Blue) = 2+201+92=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #02C95C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C95C is #FD36A3. Grayscale: #818181. Windows color (decimal): -16594596 or 6080770. OLE color: 6080770.

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

Color convert

RGB 2 201 92 -
CMYK 0.99 0 0.54 0.21
HSL 147.14º 0.98% 0.4% -
HSV(B) 147.14º 0.99% 0.79% -
XYZ 22.84 42.56 17.14 -
YUV 129.07 107.07 37.36 -
System Red Green Blue C M Y K H S L
Decimal 2 201 92 0.99 0 0.54 0.21 147.14 0.98 0.4
Hex 2 C9 5C 63 0 36 15 93 62 28
Octal 2 311 134 143 0 66 25 223 142 50
Binary 10 11001001 1011100 1100011 0 110110 10101 10010011 1100010 101000

Color Harmonies of #02C95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C95C

Black with #02C95C

Text Example


Text Example

White with #02C95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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