Html Css Color HEX #20F94A Malachite

📋 copy color: '#20F94A'

red 32 ◦ green 249 ◦ blue 74

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

Shades of Malachite #20F94A

Tints of Malachite #20F94A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 70.14%

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

R = 9.01%
G = 70.14%
B = 20.85%

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

#20F94A (or 0x20F94A) is known color: Malachite. HEX triplet: 20, F9 and 4A. RGB value is (32,249,74). Sum of RGB (Red+Green+Blue) = 32+249+74=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 249 (97.66% from 255 or 70.14% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 249 - color contains mainly: green. Hex color #20F94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F94A is #DF06B5. Grayscale: #A4A4A4. Windows color (decimal): -14616246 or 4913440. OLE color: 4913440.

HSL color Cylindrical-coordinate representation of color #20F94A: hue angle of 131.61º degrees, saturation: 0.95, 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 #20F94A is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 249 74 -
CMYK 0.87 0 0.70 0.02
HSL 131.61º 0.95% 0.55% -
HSV(B) 131.61º 0.87% 0.98% -
XYZ 35.71 68.55 17.83 -
YUV 164.17 77.11 33.73 -
System Red Green Blue C M Y K H S L
Decimal 32 249 74 0.87 0 0.70 0.02 131.61 0.95 0.55
Hex 20 F9 4A 57 0 46 2 84 5F 37
Octal 40 371 112 127 0 106 2 204 137 67
Binary 100000 11111001 1001010 1010111 0 1000110 10 10000100 1011111 110111

Color Harmonies of #20F94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F94A

Black with #20F94A

Text Example


Text Example

White with #20F94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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