#20F153

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

Shades of Malachite #20F153

Tints of Malachite #20F153

Color information

#20F153 (or 0x20F153) is unknown color: approx Malachite. HEX triplet: 20, F1 and 53. RGB value is (32,241,83). Sum of RGB (Red+Green+Blue) = 32+241+83=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 241 (94.53% from 255 or 67.70% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 241 - color contains mainly: green. Hex color #20F153 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F153 is #DF0EAC. Grayscale: #A0A0A0. Windows color (decimal): -14618285 or 5501216. OLE color: 5501216.

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

Color convert

RGB3224183-
CMYK0.8700.660.05
HSL134.64º88.19%53.53%-
HSV(B)134.64º86.72%94.51%-
XYZ33.6163.8418.73-
YUV160.584.2636.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.99%
GREEN value IS 241 (94.53% from 255) = 67.70%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=8.99%
G=67.70%
B=23.31%

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
Decimal32241830.8700.660.05134.6488.1953.53
Hex20F153570425875836
Octal403611231270102520713066
Binary100000111100011010011101011101000010101100001111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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