Html Css Color HEX #02D64A Malachite

📋 copy color: '#02D64A'

red 2 ◦ green 214 ◦ blue 74

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

Shades of Malachite #02D64A

Tints of Malachite #02D64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.52%

R = 0.69%
G = 73.79%
B = 25.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#02D64A (or 0x02D64A) is known color: Malachite. HEX triplet: 02, D6 and 4A. RGB value is (2,214,74). Sum of RGB (Red+Green+Blue) = 2+214+74=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 214 (83.98% from 255 or 73.79% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 214 - color contains mainly: green. Hex color #02D64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D64A is #FD29B5. Grayscale: #878787. Windows color (decimal): -16591286 or 4904450. OLE color: 4904450.

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

Color convert

RGB 2 214 74 -
CMYK 0.99 0 0.65 0.16
HSL 140.38º 0.98% 0.42% -
HSV(B) 140.38º 0.99% 0.84% -
XYZ 25.31 48.6 14.53 -
YUV 134.65 93.76 33.38 -
System Red Green Blue C M Y K H S L
Decimal 2 214 74 0.99 0 0.65 0.16 140.38 0.98 0.42
Hex 2 D6 4A 63 0 41 10 8C 62 2A
Octal 2 326 112 143 0 101 20 214 142 52
Binary 10 11010110 1001010 1100011 0 1000001 10000 10001100 1100010 101010

Color Harmonies of #02D64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D64A

Black with #02D64A

Text Example


Text Example

White with #02D64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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