Shades of Harlequin #2AF615
Tints of Harlequin #2AF615
RGB
CMYK
RGB Variations
Color information
#2AF615 (or 0x2AF615) is known color: Harlequin. HEX triplet: 2A, F6 and 15. RGB value is (42,246,21). Sum of RGB (Red+Green+Blue) = 42+246+21=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 246 (96.48% from 255 or 79.61% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF615 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF615 is #D509EA. Grayscale: #A0A0A0. Windows color (decimal): -13961707 or 1439274. OLE color: 1439274.
HSL color Cylindrical-coordinate representation of color #2AF615: hue angle of 114.4º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AF615 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 21 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.04 |
| HSL | 114.4º | 0.93% | 0.52% | - |
| HSV(B) | 114.4º | 0.91% | 0.96% | - |
| XYZ | 34.05 | 66.46 | 11.74 | - |
| YUV | 159.35 | 49.91 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 21 | 0.83 | 0 | 0.91 | 0.04 | 114.4 | 0.93 | 0.52 |
| Hex | 2A | F6 | 15 | 53 | 0 | 5B | 4 | 72 | 5D | 34 |
| Octal | 52 | 366 | 25 | 123 | 0 | 133 | 4 | 162 | 135 | 64 |
| Binary | 101010 | 11110110 | 10101 | 1010011 | 0 | 1011011 | 100 | 1110010 | 1011101 | 110100 |
Color Harmonies of #2AF615
Complementary color
Monochromatic Colors of #2AF615
Black with #2AF615
Text Example
Text Example
White with #2AF615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF615; }
p { color: rgb(42,246,21); }
H1.HeaderClassName
{
color: #2AF615;
}
.AnyTagClassName
{
color: #2AF615;
}
</style>
background-color css
<style>
a { background-color: #2AF615; }
a { background-color: rgb(42,246,21); }
div.DivClassName
{
background-color: #2AF615;
}
.BgClassName
{
background-color: #2AF615;
}
</style>
border-color css
<style>
span { border-color: #2AF615; }
span { border-color: rgb(42,246,21); }
td.TdClassName
{
border-color: #2AF615;
}
.TagClassName
{
border-color: #2AF615;
}
</style>