Html Css Color HEX #02D669 Malachite

📋 copy color: '#02D669'

red 2 ◦ green 214 ◦ blue 105

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

Shades of Malachite #02D669

Tints of Malachite #02D669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 0.62%
G = 66.67%
B = 32.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#02D669 (or 0x02D669) is known color: Malachite. HEX triplet: 02, D6 and 69. RGB value is (2,214,105). Sum of RGB (Red+Green+Blue) = 2+214+105=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 214 (83.98% from 255 or 66.67% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 214 - color contains mainly: green. Hex color #02D669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D669 is #FD2996. Grayscale: #8A8A8A. Windows color (decimal): -16591255 or 6936066. OLE color: 6936066.

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

Color convert

RGB 2 214 105 -
CMYK 0.99 0 0.51 0.16
HSL 149.15º 0.98% 0.42% -
HSV(B) 149.15º 0.99% 0.84% -
XYZ 26.62 49.13 21.44 -
YUV 138.19 109.26 30.86 -
System Red Green Blue C M Y K H S L
Decimal 2 214 105 0.99 0 0.51 0.16 149.15 0.98 0.42
Hex 2 D6 69 63 0 33 10 95 62 2A
Octal 2 326 151 143 0 63 20 225 142 52
Binary 10 11010110 1101001 1100011 0 110011 10000 10010101 1100010 101010

Color Harmonies of #02D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D669

Black with #02D669

Text Example


Text Example

White with #02D669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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