Html Css Color HEX #02D94C Malachite

📋 copy color: '#02D94C'

red 2 ◦ green 217 ◦ blue 76

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

Shades of Malachite #02D94C

Tints of Malachite #02D94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 73.56%

 BLUE value IS 76 (30.08% from 255) = 25.76%

R = 0.68%
G = 73.56%
B = 25.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#02D94C (or 0x02D94C) is known color: Malachite. HEX triplet: 02, D9 and 4C. RGB value is (2,217,76). Sum of RGB (Red+Green+Blue) = 2+217+76=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 217 (85.16% from 255 or 73.56% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 217 - color contains mainly: green. Hex color #02D94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D94C is #FD26B3. Grayscale: #888888. Windows color (decimal): -16590516 or 5036290. OLE color: 5036290.

HSL color Cylindrical-coordinate representation of color #02D94C: hue angle of 140.65º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D94C is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 217 76 -
CMYK 0.99 0 0.65 0.15
HSL 140.65º 0.98% 0.43% -
HSV(B) 140.65º 0.99% 0.85% -
XYZ 26.14 50.16 15.14 -
YUV 136.64 93.77 31.96 -
System Red Green Blue C M Y K H S L
Decimal 2 217 76 0.99 0 0.65 0.15 140.65 0.98 0.43
Hex 2 D9 4C 63 0 41 F 8D 62 2B
Octal 2 331 114 143 0 101 17 215 142 53
Binary 10 11011001 1001100 1100011 0 1000001 1111 10001101 1100010 101011

Color Harmonies of #02D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D94C

Black with #02D94C

Text Example


Text Example

White with #02D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,217,76); }

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

background-color css

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

 a { background-color: rgb(2,217,76); }

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

border-color css

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

 span { border-color: rgb(2,217,76); }

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