#10F053

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

Shades of Malachite #10F053

Tints of Malachite #10F053

Color information

#10F053 (or 0x10F053) is unknown color: approx Malachite. HEX triplet: 10, F0 and 53. RGB value is (16,240,83). Sum of RGB (Red+Green+Blue) = 16+240+83=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #10F053 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F053 is #EF0FAC. Grayscale: #9B9B9B. Windows color (decimal): -15667117 or 5500944. OLE color: 5500944.

HSL color Cylindrical-coordinate representation of color #10F053: hue angle of 137.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F053 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB1624083-
CMYK0.9300.650.06
HSL137.95º88.19%50.2%-
HSV(B)137.95º93.33%94.12%-
XYZ32.9463.0518.62-
YUV155.1387.2928.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.72%
GREEN value IS 240 (94.14% from 255) = 70.80%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=4.72%
G=70.80%
B=24.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16240830.9300.650.06137.9588.1950.2
Hex10F0535D04168a5832
Octal203601231350101621213062
Binary10000111100001010011101110101000001110100010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10F053; }

 p { color: rgb(16,240,83); }

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

<style>
 a { background-color: #10F053; }

 a { background-color: rgb(16,240,83); }

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

<style>
 span { border-color: #10F053; }

 span { border-color: rgb(16,240,83); }

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