Shades of Malachite #2AF358
Tints of Malachite #2AF358
RGB
CMYK
RGB Variations
Color information
#2AF358 (or 0x2AF358) is known color: Malachite. HEX triplet: 2A, F3 and 58. RGB value is (42,243,88). Sum of RGB (Red+Green+Blue) = 42+243+88=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF358 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF358 is #D50CA7. Grayscale: #A5A5A5. Windows color (decimal): -13962408 or 5829418. OLE color: 5829418.
HSL color Cylindrical-coordinate representation of color #2AF358: hue angle of 133.73º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF358 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 88 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.05 |
| HSL | 133.73º | 0.89% | 0.56% | - |
| HSV(B) | 133.73º | 0.83% | 0.95% | - |
| XYZ | 34.77 | 65.3 | 20 | - |
| YUV | 165.23 | 84.41 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 88 | 0.83 | 0 | 0.64 | 0.05 | 133.73 | 0.89 | 0.56 |
| Hex | 2A | F3 | 58 | 53 | 0 | 40 | 5 | 86 | 59 | 38 |
| Octal | 52 | 363 | 130 | 123 | 0 | 100 | 5 | 206 | 131 | 70 |
| Binary | 101010 | 11110011 | 1011000 | 1010011 | 0 | 1000000 | 101 | 10000110 | 1011001 | 111000 |
Color Harmonies of #2AF358
Complementary color
Monochromatic Colors of #2AF358
Black with #2AF358
Text Example
Text Example
White with #2AF358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF358; }
p { color: rgb(42,243,88); }
H1.HeaderClassName
{
color: #2AF358;
}
.AnyTagClassName
{
color: #2AF358;
}
</style>
background-color css
<style>
a { background-color: #2AF358; }
a { background-color: rgb(42,243,88); }
div.DivClassName
{
background-color: #2AF358;
}
.BgClassName
{
background-color: #2AF358;
}
</style>
border-color css
<style>
span { border-color: #2AF358; }
span { border-color: rgb(42,243,88); }
td.TdClassName
{
border-color: #2AF358;
}
.TagClassName
{
border-color: #2AF358;
}
</style>