Html Css Color HEX #20FA4A Malachite

📋 copy color: '#20FA4A'

red 32 ◦ green 250 ◦ blue 74

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

Shades of Malachite #20FA4A

Tints of Malachite #20FA4A

RGB

 RED value IS 32 (12.89% from 255) = 8.99%

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

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

R = 8.99%
G = 70.22%
B = 20.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#20FA4A (or 0x20FA4A) is known color: Malachite. HEX triplet: 20, FA and 4A. RGB value is (32,250,74). Sum of RGB (Red+Green+Blue) = 32+250+74=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #20FA4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FA4A is #DF05B5. Grayscale: #A5A5A5. Windows color (decimal): -14615990 or 4913696. OLE color: 4913696.

HSL color Cylindrical-coordinate representation of color #20FA4A: hue angle of 131.56º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FA4A is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 250 74 -
CMYK 0.87 0 0.70 0.02
HSL 131.56º 0.96% 0.55% -
HSV(B) 131.56º 0.87% 0.98% -
XYZ 36.02 69.17 17.93 -
YUV 164.75 76.78 33.31 -
System Red Green Blue C M Y K H S L
Decimal 32 250 74 0.87 0 0.70 0.02 131.56 0.96 0.55
Hex 20 FA 4A 57 0 46 2 84 60 37
Octal 40 372 112 127 0 106 2 204 140 67
Binary 100000 11111010 1001010 1010111 0 1000110 10 10000100 1100000 110111

Color Harmonies of #20FA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FA4A

Black with #20FA4A

Text Example


Text Example

White with #20FA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20FA4A; }

 p { color: rgb(32,250,74); }

 H1.HeaderClassName
 {
   color: #20FA4A;
 }
 .AnyTagClassName
 {
   color: #20FA4A;
 }
</style>

background-color css

<style>
 a { background-color: #20FA4A; }

 a { background-color: rgb(32,250,74); }

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

border-color css

<style>
 span { border-color: #20FA4A; }

 span { border-color: rgb(32,250,74); }

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