Html Css Color HEX #02D274 Malachite

📋 copy color: '#02D274'

red 2 ◦ green 210 ◦ blue 116

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

Shades of Malachite #02D274

Tints of Malachite #02D274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 64.02%

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 0.61%
G = 64.02%
B = 35.37%

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

#02D274 (or 0x02D274) is known color: Malachite. HEX triplet: 02, D2 and 74. RGB value is (2,210,116). Sum of RGB (Red+Green+Blue) = 2+210+116=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #02D274 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D274 is #FD2D8B. Grayscale: #898989. Windows color (decimal): -16592268 or 7655938. OLE color: 7655938.

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

Color convert

RGB 2 210 116 -
CMYK 0.99 0 0.45 0.18
HSL 152.88º 0.98% 0.42% -
HSV(B) 152.88º 0.99% 0.82% -
XYZ 26.22 47.37 24.28 -
YUV 137.09 116.09 31.64 -
System Red Green Blue C M Y K H S L
Decimal 2 210 116 0.99 0 0.45 0.18 152.88 0.98 0.42
Hex 2 D2 74 63 0 2D 12 99 62 2A
Octal 2 322 164 143 0 55 22 231 142 52
Binary 10 11010010 1110100 1100011 0 101101 10010 10011001 1100010 101010

Color Harmonies of #02D274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D274

Black with #02D274

Text Example


Text Example

White with #02D274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,210,116); }

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

background-color css

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

 a { background-color: rgb(2,210,116); }

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

border-color css

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

 span { border-color: rgb(2,210,116); }

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