Shades of Harlequin #2AD801
Tints of Harlequin #2AD801
RGB
CMYK
RGB Variations
Color information
#2AD801 (or 0x2AD801) is known color: Harlequin. HEX triplet: 2A, D8 and 01. RGB value is (42,216,1). Sum of RGB (Red+Green+Blue) = 42+216+1=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 216 (84.77% from 255 or 83.40% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD801 is #D527FE. Grayscale: #8C8C8C. Windows color (decimal): -13969407 or 120874. OLE color: 120874.
HSL color Cylindrical-coordinate representation of color #2AD801: hue angle of 108.56º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AD801 is Cyan = 0.81, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 1 | - |
| CMYK | 0.81 | 0 | 1.00 | 0.15 |
| HSL | 108.56º | 0.99% | 0.43% | - |
| HSV(B) | 108.56º | 1% | 0.85% | - |
| XYZ | 25.52 | 49.61 | 8.26 | - |
| YUV | 139.46 | 49.85 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 1 | 0.81 | 0 | 1.00 | 0.15 | 108.56 | 0.99 | 0.43 |
| Hex | 2A | D8 | 1 | 51 | 0 | 64 | F | 6D | 63 | 2B |
| Octal | 52 | 330 | 1 | 121 | 0 | 144 | 17 | 155 | 143 | 53 |
| Binary | 101010 | 11011000 | 1 | 1010001 | 0 | 1100100 | 1111 | 1101101 | 1100011 | 101011 |
Color Harmonies of #2AD801
Complementary color
Monochromatic Colors of #2AD801
Black with #2AD801
Text Example
Text Example
White with #2AD801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD801; }
p { color: rgb(42,216,1); }
H1.HeaderClassName
{
color: #2AD801;
}
.AnyTagClassName
{
color: #2AD801;
}
</style>
background-color css
<style>
a { background-color: #2AD801; }
a { background-color: rgb(42,216,1); }
div.DivClassName
{
background-color: #2AD801;
}
.BgClassName
{
background-color: #2AD801;
}
</style>
border-color css
<style>
span { border-color: #2AD801; }
span { border-color: rgb(42,216,1); }
td.TdClassName
{
border-color: #2AD801;
}
.TagClassName
{
border-color: #2AD801;
}
</style>