#20F15F

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

Shades of Malachite #20F15F

Tints of Malachite #20F15F

Color information

#20F15F (or 0x20F15F) is unknown color: approx Malachite. HEX triplet: 20, F1 and 5F. RGB value is (32,241,95). Sum of RGB (Red+Green+Blue) = 32+241+95=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #20F15F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F15F is #DF0EA0. Grayscale: #A2A2A2. Windows color (decimal): -14618273 or 6287648. OLE color: 6287648.

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

Color convert

RGB3224195-
CMYK0.8700.610.05
HSL138.09º88.19%53.53%-
HSV(B)138.09º86.72%94.51%-
XYZ34.1264.0421.39-
YUV161.8690.2635.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.70%
GREEN value IS 241 (94.53% from 255) = 65.49%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=8.70%
G=65.49%
B=25.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal32241950.8700.610.05138.0988.1953.53
Hex20F15F5703D58a5836
Octal40361137127075521213066
Binary10000011110001101111110101110111101101100010101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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