Html Css Color HEX #03FA5A Malachite

📋 copy color: '#03FA5A'

red 3 ◦ green 250 ◦ blue 90

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

Shades of Malachite #03FA5A

Tints of Malachite #03FA5A

RGB

 RED value IS 3 (1.56% from 255) = 0.87%

 GREEN value IS 250 (98.05% from 255) = 72.89%

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

R = 0.87%
G = 72.89%
B = 26.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#03FA5A (or 0x03FA5A) is known color: Malachite. HEX triplet: 03, FA and 5A. RGB value is (3,250,90). Sum of RGB (Red+Green+Blue) = 3+250+90=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 250 (98.05% from 255 or 72.89% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FA5A is #FC05A5. Grayscale: #9E9E9E. Windows color (decimal): -16516518 or 5962243. OLE color: 5962243.

HSL color Cylindrical-coordinate representation of color #03FA5A: hue angle of 141.13º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FA5A is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 250 90 -
CMYK 0.99 0 0.64 0.02
HSL 141.13º 0.98% 0.5% -
HSV(B) 141.13º 0.99% 0.98% -
XYZ 36.07 69.13 21.12 -
YUV 157.91 89.67 17.51 -
System Red Green Blue C M Y K H S L
Decimal 3 250 90 0.99 0 0.64 0.02 141.13 0.98 0.5
Hex 3 FA 5A 63 0 40 2 8D 62 32
Octal 3 372 132 143 0 100 2 215 142 62
Binary 11 11111010 1011010 1100011 0 1000000 10 10001101 1100010 110010

Color Harmonies of #03FA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FA5A

Black with #03FA5A

Text Example


Text Example

White with #03FA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03FA5A; }

 p { color: rgb(3,250,90); }

 H1.HeaderClassName
 {
   color: #03FA5A;
 }
 .AnyTagClassName
 {
   color: #03FA5A;
 }
</style>

background-color css

<style>
 a { background-color: #03FA5A; }

 a { background-color: rgb(3,250,90); }

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

border-color css

<style>
 span { border-color: #03FA5A; }

 span { border-color: rgb(3,250,90); }

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