Shades of Malachite #2AFB5C
Tints of Malachite #2AFB5C
RGB
CMYK
RGB Variations
Color information
#2AFB5C (or 0x2AFB5C) is known color: Malachite. HEX triplet: 2A, FB and 5C. RGB value is (42,251,92). Sum of RGB (Red+Green+Blue) = 42+251+92=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 251 (98.44% from 255 or 65.19% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFB5C is #D504A3. Grayscale: #AAAAAA. Windows color (decimal): -13960356 or 6093610. OLE color: 6093610.
HSL color Cylindrical-coordinate representation of color #2AFB5C: hue angle of 134.35º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFB5C is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 92 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.02 |
| HSL | 134.35º | 0.96% | 0.57% | - |
| HSV(B) | 134.35º | 0.83% | 0.98% | - |
| XYZ | 37.38 | 70.26 | 21.72 | - |
| YUV | 170.38 | 83.76 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 92 | 0.83 | 0 | 0.63 | 0.02 | 134.35 | 0.96 | 0.57 |
| Hex | 2A | FB | 5C | 53 | 0 | 3F | 2 | 86 | 60 | 39 |
| Octal | 52 | 373 | 134 | 123 | 0 | 77 | 2 | 206 | 140 | 71 |
| Binary | 101010 | 11111011 | 1011100 | 1010011 | 0 | 111111 | 10 | 10000110 | 1100000 | 111001 |
Color Harmonies of #2AFB5C
Complementary color
Monochromatic Colors of #2AFB5C
Black with #2AFB5C
Text Example
Text Example
White with #2AFB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB5C; }
p { color: rgb(42,251,92); }
H1.HeaderClassName
{
color: #2AFB5C;
}
.AnyTagClassName
{
color: #2AFB5C;
}
</style>
background-color css
<style>
a { background-color: #2AFB5C; }
a { background-color: rgb(42,251,92); }
div.DivClassName
{
background-color: #2AFB5C;
}
.BgClassName
{
background-color: #2AFB5C;
}
</style>
border-color css
<style>
span { border-color: #2AFB5C; }
span { border-color: rgb(42,251,92); }
td.TdClassName
{
border-color: #2AFB5C;
}
.TagClassName
{
border-color: #2AFB5C;
}
</style>