Html Css Color HEX #02CA60 Malachite

📋 copy color: '#02CA60'

red 2 ◦ green 202 ◦ blue 96

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

Shades of Malachite #02CA60

Tints of Malachite #02CA60

RGB

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

 GREEN value IS 202 (79.3% from 255) = 67.33%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 0.67%
G = 67.33%
B = 32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#02CA60 (or 0x02CA60) is known color: Malachite. HEX triplet: 02, CA and 60. RGB value is (2,202,96). Sum of RGB (Red+Green+Blue) = 2+202+96=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 202 (79.30% from 255 or 67.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CA60 is #FD359F. Grayscale: #828282. Windows color (decimal): -16594336 or 6343170. OLE color: 6343170.

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

Color convert

RGB 2 202 96 -
CMYK 0.99 0 0.52 0.21
HSL 148.2º 0.98% 0.4% -
HSV(B) 148.2º 0.99% 0.79% -
XYZ 23.26 43.1 18.16 -
YUV 130.12 108.74 36.62 -
System Red Green Blue C M Y K H S L
Decimal 2 202 96 0.99 0 0.52 0.21 148.2 0.98 0.4
Hex 2 CA 60 63 0 34 15 94 62 28
Octal 2 312 140 143 0 64 25 224 142 50
Binary 10 11001010 1100000 1100011 0 110100 10101 10010100 1100010 101000

Color Harmonies of #02CA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CA60

Black with #02CA60

Text Example


Text Example

White with #02CA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,202,96); }

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

background-color css

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

 a { background-color: rgb(2,202,96); }

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

border-color css

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

 span { border-color: rgb(2,202,96); }

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