Html Css Color HEX #02CC5A Malachite

📋 copy color: '#02CC5A'

red 2 ◦ green 204 ◦ blue 90

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

Shades of Malachite #02CC5A

Tints of Malachite #02CC5A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 68.92%

 BLUE value IS 90 (35.55% from 255) = 30.41%

R = 0.68%
G = 68.92%
B = 30.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#02CC5A (or 0x02CC5A) is known color: Malachite. HEX triplet: 02, CC and 5A. RGB value is (2,204,90). Sum of RGB (Red+Green+Blue) = 2+204+90=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CC5A is #FD33A5. Grayscale: #828282. Windows color (decimal): -16593830 or 5950466. OLE color: 5950466.

HSL color Cylindrical-coordinate representation of color #02CC5A: hue angle of 146.14º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CC5A is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 204 90 -
CMYK 0.99 0 0.56 0.2
HSL 146.14º 0.98% 0.4% -
HSV(B) 146.14º 0.99% 0.8% -
XYZ 23.46 43.94 16.92 -
YUV 130.61 105.08 36.27 -
System Red Green Blue C M Y K H S L
Decimal 2 204 90 0.99 0 0.56 0.2 146.14 0.98 0.4
Hex 2 CC 5A 63 0 38 14 92 62 28
Octal 2 314 132 143 0 70 24 222 142 50
Binary 10 11001100 1011010 1100011 0 111000 10100 10010010 1100010 101000

Color Harmonies of #02CC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CC5A

Black with #02CC5A

Text Example


Text Example

White with #02CC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,204,90); }

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

background-color css

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

 a { background-color: rgb(2,204,90); }

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

border-color css

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

 span { border-color: rgb(2,204,90); }

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