#20F14C

Color #20F14C Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #20F14C

Tints of Malachite #20F14C

Color information

#20F14C (or 0x20F14C) is unknown color: approx Malachite. HEX triplet: 20, F1 and 4C. RGB value is (32,241,76). Sum of RGB (Red+Green+Blue) = 32+241+76=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #20F14C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F14C is #DF0EB3. Grayscale: #A0A0A0. Windows color (decimal): -14618292 or 5042464. OLE color: 5042464.

HSL color Cylindrical-coordinate representation of color #20F14C: hue angle of 132.63º 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 #20F14C is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB3224176-
CMYK0.8700.680.05
HSL132.63º88.19%53.53%-
HSV(B)132.63º86.72%94.51%-
XYZ33.3663.7417.38-
YUV159.780.7636.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.17%
GREEN value IS 241 (94.53% from 255) = 69.05%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=9.17%
G=69.05%
B=21.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal32241760.8700.680.05132.6388.1953.53
Hex20F14C570445855836
Octal403611141270104520513066
Binary100000111100011001100101011101000100101100001011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20F14C;
 }
 .AnyTagClassName
 {
   color: #20F14C;
 }
</style>
background-color css

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

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

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

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

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

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