Html Css Color HEX #02D14E Malachite

📋 copy color: '#02D14E'

red 2 ◦ green 209 ◦ blue 78

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

Shades of Malachite #02D14E

Tints of Malachite #02D14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.99%

R = 0.69%
G = 72.32%
B = 26.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#02D14E (or 0x02D14E) is known color: Malachite. HEX triplet: 02, D1 and 4E. RGB value is (2,209,78). Sum of RGB (Red+Green+Blue) = 2+209+78=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #02D14E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D14E is #FD2EB1. Grayscale: #848484. Windows color (decimal): -16592562 or 5165314. OLE color: 5165314.

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

Color convert

RGB 2 209 78 -
CMYK 0.99 0 0.63 0.18
HSL 142.03º 0.98% 0.41% -
HSV(B) 142.03º 0.99% 0.82% -
XYZ 24.2 46.16 14.84 -
YUV 132.17 97.42 35.15 -
System Red Green Blue C M Y K H S L
Decimal 2 209 78 0.99 0 0.63 0.18 142.03 0.98 0.41
Hex 2 D1 4E 63 0 3F 12 8E 62 29
Octal 2 321 116 143 0 77 22 216 142 51
Binary 10 11010001 1001110 1100011 0 111111 10010 10001110 1100010 101001

Color Harmonies of #02D14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D14E

Black with #02D14E

Text Example


Text Example

White with #02D14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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