Html Css Color HEX #02D666 Malachite

📋 copy color: '#02D666'

red 2 ◦ green 214 ◦ blue 102

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

Shades of Malachite #02D666

Tints of Malachite #02D666

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.3%

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 0.63%
G = 67.3%
B = 32.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#02D666 (or 0x02D666) is known color: Malachite. HEX triplet: 02, D6 and 66. RGB value is (2,214,102). Sum of RGB (Red+Green+Blue) = 2+214+102=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 214 (83.98% from 255 or 67.30% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 214 - color contains mainly: green. Hex color #02D666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D666 is #FD2999. Grayscale: #8A8A8A. Windows color (decimal): -16591258 or 6739458. OLE color: 6739458.

HSL color Cylindrical-coordinate representation of color #02D666: hue angle of 148.3º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D666 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 214 102 -
CMYK 0.99 0 0.52 0.16
HSL 148.3º 0.98% 0.42% -
HSV(B) 148.3º 0.99% 0.84% -
XYZ 26.47 49.07 20.65 -
YUV 137.84 107.76 31.11 -
System Red Green Blue C M Y K H S L
Decimal 2 214 102 0.99 0 0.52 0.16 148.3 0.98 0.42
Hex 2 D6 66 63 0 34 10 94 62 2A
Octal 2 326 146 143 0 64 20 224 142 52
Binary 10 11010110 1100110 1100011 0 110100 10000 10010100 1100010 101010

Color Harmonies of #02D666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D666

Black with #02D666

Text Example


Text Example

White with #02D666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,214,102); }

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

background-color css

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

 a { background-color: rgb(2,214,102); }

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

border-color css

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

 span { border-color: rgb(2,214,102); }

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