#11FA42

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

Shades of Malachite #11FA42

Tints of Malachite #11FA42

Color information

#11FA42 (or 0x11FA42) is unknown color: approx Malachite. HEX triplet: 11, FA and 42. RGB value is (17,250,66). Sum of RGB (Red+Green+Blue) = 17+250+66=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 250 (98.05% from 255 or 75.08% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FA42 is #EE05BD. Grayscale: #9F9F9F. Windows color (decimal): -15599038 or 4389393. OLE color: 4389393.

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

Color convert

RGB1725066-
CMYK0.9300.740.02
HSL132.62º95.88%52.35%-
HSV(B)132.62º93.2%98.04%-
XYZ35.468.8816.58-
YUV159.3675.3126.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.11%
GREEN value IS 250 (98.05% from 255) = 75.08%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=5.11%
G=75.08%
B=19.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17250660.9300.740.02132.6295.8852.35
Hex11FA425D04A2856034
Octal213721021350112220514064
Binary1000111111010100001010111010100101010100001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11FA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11FA42; }

 p { color: rgb(17,250,66); }

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

<style>
 a { background-color: #11FA42; }

 a { background-color: rgb(17,250,66); }

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

<style>
 span { border-color: #11FA42; }

 span { border-color: rgb(17,250,66); }

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