#20F152

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

Shades of Malachite #20F152

Tints of Malachite #20F152

Color information

#20F152 (or 0x20F152) is unknown color: approx Malachite. HEX triplet: 20, F1 and 52. RGB value is (32,241,82). Sum of RGB (Red+Green+Blue) = 32+241+82=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #20F152 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F152 is #DF0EAD. Grayscale: #A0A0A0. Windows color (decimal): -14618286 or 5435680. OLE color: 5435680.

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

Color convert

RGB3224182-
CMYK0.8700.660.05
HSL134.35º88.19%53.53%-
HSV(B)134.35º86.72%94.51%-
XYZ33.5763.8318.53-
YUV160.3883.7636.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.01%
GREEN value IS 241 (94.53% from 255) = 67.89%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=9.01%
G=67.89%
B=23.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal32241820.8700.660.05134.3588.1953.53
Hex20F152570425865836
Octal403611221270102520613066
Binary100000111100011010010101011101000010101100001101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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