Shades of Harlequin #2AD904
Tints of Harlequin #2AD904
RGB
CMYK
RGB Variations
Color information
#2AD904 (or 0x2AD904) is known color: Harlequin. HEX triplet: 2A, D9 and 04. RGB value is (42,217,4). Sum of RGB (Red+Green+Blue) = 42+217+4=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 217 (85.16% from 255 or 82.51% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD904 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD904 is #D526FB. Grayscale: #8D8D8D. Windows color (decimal): -13969148 or 317738. OLE color: 317738.
HSL color Cylindrical-coordinate representation of color #2AD904: hue angle of 109.3º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AD904 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 4 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.15 |
| HSL | 109.3º | 0.96% | 0.43% | - |
| HSV(B) | 109.3º | 0.98% | 0.85% | - |
| XYZ | 25.79 | 50.13 | 8.43 | - |
| YUV | 140.39 | 51.02 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 4 | 0.81 | 0 | 0.98 | 0.15 | 109.3 | 0.96 | 0.43 |
| Hex | 2A | D9 | 4 | 51 | 0 | 62 | F | 6D | 60 | 2B |
| Octal | 52 | 331 | 4 | 121 | 0 | 142 | 17 | 155 | 140 | 53 |
| Binary | 101010 | 11011001 | 100 | 1010001 | 0 | 1100010 | 1111 | 1101101 | 1100000 | 101011 |
Color Harmonies of #2AD904
Complementary color
Monochromatic Colors of #2AD904
Black with #2AD904
Text Example
Text Example
White with #2AD904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD904; }
p { color: rgb(42,217,4); }
H1.HeaderClassName
{
color: #2AD904;
}
.AnyTagClassName
{
color: #2AD904;
}
</style>
background-color css
<style>
a { background-color: #2AD904; }
a { background-color: rgb(42,217,4); }
div.DivClassName
{
background-color: #2AD904;
}
.BgClassName
{
background-color: #2AD904;
}
</style>
border-color css
<style>
span { border-color: #2AD904; }
span { border-color: rgb(42,217,4); }
td.TdClassName
{
border-color: #2AD904;
}
.TagClassName
{
border-color: #2AD904;
}
</style>