Html Css Color HEX #02D172 Malachite

📋 copy color: '#02D172'

red 2 ◦ green 209 ◦ blue 114

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

Shades of Malachite #02D172

Tints of Malachite #02D172

RGB

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

 GREEN value IS 209 (82.03% from 255) = 64.31%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 0.62%
G = 64.31%
B = 35.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#02D172 (or 0x02D172) is known color: Malachite. HEX triplet: 02, D1 and 72. RGB value is (2,209,114). Sum of RGB (Red+Green+Blue) = 2+209+114=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 209 (82.03% from 255 or 64.31% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 209 - color contains mainly: green. Hex color #02D172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D172 is #FD2E8D. Grayscale: #888888. Windows color (decimal): -16592526 or 7524610. OLE color: 7524610.

HSL color Cylindrical-coordinate representation of color #02D172: hue angle of 152.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D172 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 209 114 -
CMYK 0.99 0 0.45 0.18
HSL 152.46º 0.98% 0.41% -
HSV(B) 152.46º 0.99% 0.82% -
XYZ 25.86 46.83 23.6 -
YUV 136.28 115.42 32.22 -
System Red Green Blue C M Y K H S L
Decimal 2 209 114 0.99 0 0.45 0.18 152.46 0.98 0.41
Hex 2 D1 72 63 0 2D 12 98 62 29
Octal 2 321 162 143 0 55 22 230 142 51
Binary 10 11010001 1110010 1100011 0 101101 10010 10011000 1100010 101001

Color Harmonies of #02D172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D172

Black with #02D172

Text Example


Text Example

White with #02D172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,209,114); }

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

background-color css

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

 a { background-color: rgb(2,209,114); }

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

border-color css

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

 span { border-color: rgb(2,209,114); }

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