#10F83C

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

Shades of Malachite #10F83C

Tints of Malachite #10F83C

Color information

#10F83C (or 0x10F83C) is unknown color: approx Malachite. HEX triplet: 10, F8 and 3C. RGB value is (16,248,60). Sum of RGB (Red+Green+Blue) = 16+248+60=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 248 (97.27% from 255 or 76.54% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 248 - color contains mainly: green. Hex color #10F83C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F83C is #EF07C3. Grayscale: #9D9D9D. Windows color (decimal): -15665092 or 3995664. OLE color: 3995664.

HSL color Cylindrical-coordinate representation of color #10F83C: hue angle of 131.38º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F83C is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB1624860-
CMYK0.9400.760.03
HSL131.38º94.31%51.76%-
HSV(B)131.38º93.55%97.25%-
XYZ34.667.5715.49-
YUV157.273.1427.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.94%
GREEN value IS 248 (97.27% from 255) = 76.54%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=4.94%
G=76.54%
B=18.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal16248600.9400.760.03131.3894.3151.76
Hex10F83C5E04C3835e34
Octal20370741360114320313664
Binary100001111100011110010111100100110011100000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,248,60); }

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

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

 a { background-color: rgb(16,248,60); }

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

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

 span { border-color: rgb(16,248,60); }

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