Html Css Color HEX #02FE5A Malachite

📋 copy color: '#02FE5A'

red 2 ◦ green 254 ◦ blue 90

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

Shades of Malachite #02FE5A

Tints of Malachite #02FE5A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 73.41%

 BLUE value IS 90 (35.55% from 255) = 26.01%

R = 0.58%
G = 73.41%
B = 26.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#02FE5A (or 0x02FE5A) is known color: Malachite. HEX triplet: 02, FE and 5A. RGB value is (2,254,90). Sum of RGB (Red+Green+Blue) = 2+254+90=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 254 (99.61% from 255 or 73.41% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FE5A is #FD01A5. Grayscale: #A0A0A0. Windows color (decimal): -16581030 or 5963266. OLE color: 5963266.

HSL color Cylindrical-coordinate representation of color #02FE5A: hue angle of 140.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FE5A is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 2 254 90 -
CMYK 0.99 0 0.65 0.00
HSL 140.95º 0.99% 0.5% -
HSV(B) 140.95º 0.99% 1% -
XYZ 37.31 71.63 21.53 -
YUV 159.96 88.51 15.34 -
System Red Green Blue C M Y K H S L
Decimal 2 254 90 0.99 0 0.65 0.00 140.95 0.99 0.5
Hex 2 FE 5A 63 0 41 0 8D 63 32
Octal 2 376 132 143 0 101 0 215 143 62
Binary 10 11111110 1011010 1100011 0 1000001 0 10001101 1100011 110010

Color Harmonies of #02FE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FE5A

Black with #02FE5A

Text Example


Text Example

White with #02FE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,254,90); }

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

background-color css

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

 a { background-color: rgb(2,254,90); }

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

border-color css

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

 span { border-color: rgb(2,254,90); }

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