Shades of Harlequin #2AF610
Tints of Harlequin #2AF610
RGB
CMYK
RGB Variations
Color information
#2AF610 (or 0x2AF610) is known color: Harlequin. HEX triplet: 2A, F6 and 10. RGB value is (42,246,16). Sum of RGB (Red+Green+Blue) = 42+246+16=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 246 (96.48% from 255 or 80.92% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF610 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF610 is #D509EF. Grayscale: #9F9F9F. Windows color (decimal): -13961712 or 1111594. OLE color: 1111594.
HSL color Cylindrical-coordinate representation of color #2AF610: hue angle of 113.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AF610 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 16 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.04 |
| HSL | 113.22º | 0.93% | 0.51% | - |
| HSV(B) | 113.22º | 0.93% | 0.96% | - |
| XYZ | 34 | 66.44 | 11.52 | - |
| YUV | 158.78 | 47.41 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 16 | 0.83 | 0 | 0.93 | 0.04 | 113.22 | 0.93 | 0.51 |
| Hex | 2A | F6 | 10 | 53 | 0 | 5D | 4 | 71 | 5D | 33 |
| Octal | 52 | 366 | 20 | 123 | 0 | 135 | 4 | 161 | 135 | 63 |
| Binary | 101010 | 11110110 | 10000 | 1010011 | 0 | 1011101 | 100 | 1110001 | 1011101 | 110011 |
Color Harmonies of #2AF610
Complementary color
Monochromatic Colors of #2AF610
Black with #2AF610
Text Example
Text Example
White with #2AF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF610; }
p { color: rgb(42,246,16); }
H1.HeaderClassName
{
color: #2AF610;
}
.AnyTagClassName
{
color: #2AF610;
}
</style>
background-color css
<style>
a { background-color: #2AF610; }
a { background-color: rgb(42,246,16); }
div.DivClassName
{
background-color: #2AF610;
}
.BgClassName
{
background-color: #2AF610;
}
</style>
border-color css
<style>
span { border-color: #2AF610; }
span { border-color: rgb(42,246,16); }
td.TdClassName
{
border-color: #2AF610;
}
.TagClassName
{
border-color: #2AF610;
}
</style>