#10FA4B

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

Shades of Malachite #10FA4B

Tints of Malachite #10FA4B

Color information

#10FA4B (or 0x10FA4B) is unknown color: approx Malachite. HEX triplet: 10, FA and 4B. RGB value is (16,250,75). Sum of RGB (Red+Green+Blue) = 16+250+75=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 250 (98.05% from 255 or 73.31% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FA4B is #EF05B4. Grayscale: #A0A0A0. Windows color (decimal): -15664565 or 4979216. OLE color: 4979216.

HSL color Cylindrical-coordinate representation of color #10FA4B: hue angle of 135.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FA4B is Cyan = 0.94, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB1625075-
CMYK0.9400.70.02
HSL135.13º95.9%52.16%-
HSV(B)135.13º93.6%98.04%-
XYZ35.6768.9918.09-
YUV160.0879.9825.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.69%
GREEN value IS 250 (98.05% from 255) = 73.31%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=4.69%
G=73.31%
B=21.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16250750.9400.70.02135.1395.952.16
Hex10FA4B5E0462876034
Octal203721131360106220714064
Binary1000011111010100101110111100100011010100001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10FA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,250,75); }

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

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

 a { background-color: rgb(16,250,75); }

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

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

 span { border-color: rgb(16,250,75); }

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