Html Css Color HEX #02CC6C Malachite

📋 copy color: '#02CC6C'

red 2 ◦ green 204 ◦ blue 108

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

Shades of Malachite #02CC6C

Tints of Malachite #02CC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 0.64%
G = 64.97%
B = 34.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#02CC6C (or 0x02CC6C) is known color: Malachite. HEX triplet: 02, CC and 6C. RGB value is (2,204,108). Sum of RGB (Red+Green+Blue) = 2+204+108=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CC6C is #FD3393. Grayscale: #848484. Windows color (decimal): -16593812 or 7130114. OLE color: 7130114.

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

Color convert

RGB 2 204 108 -
CMYK 0.99 0 0.47 0.2
HSL 151.49º 0.98% 0.4% -
HSV(B) 151.49º 0.99% 0.8% -
XYZ 24.32 44.28 21.45 -
YUV 132.66 114.08 34.81 -
System Red Green Blue C M Y K H S L
Decimal 2 204 108 0.99 0 0.47 0.2 151.49 0.98 0.4
Hex 2 CC 6C 63 0 2F 14 97 62 28
Octal 2 314 154 143 0 57 24 227 142 50
Binary 10 11001100 1101100 1100011 0 101111 10100 10010111 1100010 101000

Color Harmonies of #02CC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CC6C

Black with #02CC6C

Text Example


Text Example

White with #02CC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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