Html Css Color HEX #20F140 Malachite

📋 copy color: '#20F140'

red 32 ◦ green 241 ◦ blue 64

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

Shades of Malachite #20F140

Tints of Malachite #20F140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.51%

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 9.5%
G = 71.51%
B = 18.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#20F140 (or 0x20F140) is known color: Malachite. HEX triplet: 20, F1 and 40. RGB value is (32,241,64). Sum of RGB (Red+Green+Blue) = 32+241+64=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #20F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F140 is #DF0EBF. Grayscale: #9E9E9E. Windows color (decimal): -14618304 or 4256032. OLE color: 4256032.

HSL color Cylindrical-coordinate representation of color #20F140: hue angle of 129.19º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F140 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 241 64 -
CMYK 0.87 0 0.73 0.05
HSL 129.19º 0.88% 0.54% -
HSV(B) 129.19º 0.87% 0.95% -
XYZ 32.98 63.59 15.39 -
YUV 158.33 74.76 37.89 -
System Red Green Blue C M Y K H S L
Decimal 32 241 64 0.87 0 0.73 0.05 129.19 0.88 0.54
Hex 20 F1 40 57 0 49 5 81 58 36
Octal 40 361 100 127 0 111 5 201 130 66
Binary 100000 11110001 1000000 1010111 0 1001001 101 10000001 1011000 110110

Color Harmonies of #20F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F140

Black with #20F140

Text Example


Text Example

White with #20F140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,241,64); }

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

background-color css

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

 a { background-color: rgb(32,241,64); }

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

border-color css

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

 span { border-color: rgb(32,241,64); }

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