#28F14A

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

Shades of Malachite #28F14A

Tints of Malachite #28F14A

Color information

#28F14A (or 0x28F14A) is unknown color: approx Malachite. HEX triplet: 28, F1 and 4A. RGB value is (40,241,74). Sum of RGB (Red+Green+Blue) = 40+241+74=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #28F14A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F14A is #D70EB5. Grayscale: #A2A2A2. Windows color (decimal): -14094006 or 4911400. OLE color: 4911400.

HSL color Cylindrical-coordinate representation of color #28F14A: hue angle of 130.15º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F14A is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB4024174-
CMYK0.8300.690.05
HSL130.15º87.77%55.1%-
HSV(B)130.15º83.4%94.51%-
XYZ33.5763.8617.03-
YUV161.8678.4141.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.27%
GREEN value IS 241 (94.53% from 255) = 67.89%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=11.27%
G=67.89%
B=20.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal40241740.8300.690.05130.1587.7755.1
Hex28F14A530455825837
Octal503611121230105520213067
Binary101000111100011001010101001101000101101100000101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28F14A; }

 p { color: rgb(40,241,74); }

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

<style>
 a { background-color: #28F14A; }

 a { background-color: rgb(40,241,74); }

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

<style>
 span { border-color: #28F14A; }

 span { border-color: rgb(40,241,74); }

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