Shades of Malachite #2AF268
Tints of Malachite #2AF268
RGB
CMYK
RGB Variations
Color information
#2AF268 (or 0x2AF268) is known color: Malachite. HEX triplet: 2A, F2 and 68. RGB value is (42,242,104). Sum of RGB (Red+Green+Blue) = 42+242+104=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF268 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF268 is #D50D97. Grayscale: #A6A6A6. Windows color (decimal): -13962648 or 6877738. OLE color: 6877738.
HSL color Cylindrical-coordinate representation of color #2AF268: hue angle of 138.6º degrees, saturation: 0.88, 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 #2AF268 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 104 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.05 |
| HSL | 138.6º | 0.88% | 0.56% | - |
| HSV(B) | 138.6º | 0.83% | 0.95% | - |
| XYZ | 35.21 | 65 | 23.79 | - |
| YUV | 166.47 | 92.74 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 104 | 0.83 | 0 | 0.57 | 0.05 | 138.6 | 0.88 | 0.56 |
| Hex | 2A | F2 | 68 | 53 | 0 | 39 | 5 | 8B | 58 | 38 |
| Octal | 52 | 362 | 150 | 123 | 0 | 71 | 5 | 213 | 130 | 70 |
| Binary | 101010 | 11110010 | 1101000 | 1010011 | 0 | 111001 | 101 | 10001011 | 1011000 | 111000 |
Color Harmonies of #2AF268
Complementary color
Monochromatic Colors of #2AF268
Black with #2AF268
Text Example
Text Example
White with #2AF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF268; }
p { color: rgb(42,242,104); }
H1.HeaderClassName
{
color: #2AF268;
}
.AnyTagClassName
{
color: #2AF268;
}
</style>
background-color css
<style>
a { background-color: #2AF268; }
a { background-color: rgb(42,242,104); }
div.DivClassName
{
background-color: #2AF268;
}
.BgClassName
{
background-color: #2AF268;
}
</style>
border-color css
<style>
span { border-color: #2AF268; }
span { border-color: rgb(42,242,104); }
td.TdClassName
{
border-color: #2AF268;
}
.TagClassName
{
border-color: #2AF268;
}
</style>