Shades of Harlequin #2AF616
Tints of Harlequin #2AF616
RGB
CMYK
RGB Variations
Color information
#2AF616 (or 0x2AF616) is known color: Harlequin. HEX triplet: 2A, F6 and 16. RGB value is (42,246,22). Sum of RGB (Red+Green+Blue) = 42+246+22=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 246 (96.48% from 255 or 79.35% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF616 is #D509E9. Grayscale: #A0A0A0. Windows color (decimal): -13961706 or 1504810. OLE color: 1504810.
HSL color Cylindrical-coordinate representation of color #2AF616: hue angle of 114.64º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AF616 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 22 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.04 |
| HSL | 114.64º | 0.93% | 0.53% | - |
| HSV(B) | 114.64º | 0.91% | 0.96% | - |
| XYZ | 34.06 | 66.46 | 11.79 | - |
| YUV | 159.47 | 50.41 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 22 | 0.83 | 0 | 0.91 | 0.04 | 114.64 | 0.93 | 0.53 |
| Hex | 2A | F6 | 16 | 53 | 0 | 5B | 4 | 73 | 5D | 35 |
| Octal | 52 | 366 | 26 | 123 | 0 | 133 | 4 | 163 | 135 | 65 |
| Binary | 101010 | 11110110 | 10110 | 1010011 | 0 | 1011011 | 100 | 1110011 | 1011101 | 110101 |
Color Harmonies of #2AF616
Complementary color
Monochromatic Colors of #2AF616
Black with #2AF616
Text Example
Text Example
White with #2AF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF616; }
p { color: rgb(42,246,22); }
H1.HeaderClassName
{
color: #2AF616;
}
.AnyTagClassName
{
color: #2AF616;
}
</style>
background-color css
<style>
a { background-color: #2AF616; }
a { background-color: rgb(42,246,22); }
div.DivClassName
{
background-color: #2AF616;
}
.BgClassName
{
background-color: #2AF616;
}
</style>
border-color css
<style>
span { border-color: #2AF616; }
span { border-color: rgb(42,246,22); }
td.TdClassName
{
border-color: #2AF616;
}
.TagClassName
{
border-color: #2AF616;
}
</style>