Shades of Harlequin #2AF410
Tints of Harlequin #2AF410
RGB
CMYK
RGB Variations
Color information
#2AF410 (or 0x2AF410) is known color: Harlequin. HEX triplet: 2A, F4 and 10. RGB value is (42,244,16). Sum of RGB (Red+Green+Blue) = 42+244+16=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 244 (95.70% from 255 or 80.79% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF410 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF410 is #D50BEF. Grayscale: #9E9E9E. Windows color (decimal): -13962224 or 1111082. OLE color: 1111082.
HSL color Cylindrical-coordinate representation of color #2AF410: hue angle of 113.16º degrees, saturation: 0.91, 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 #2AF410 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 16 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.04 |
| HSL | 113.16º | 0.91% | 0.51% | - |
| HSV(B) | 113.16º | 0.93% | 0.96% | - |
| XYZ | 33.4 | 65.23 | 11.32 | - |
| YUV | 157.61 | 48.08 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 16 | 0.83 | 0 | 0.93 | 0.04 | 113.16 | 0.91 | 0.51 |
| Hex | 2A | F4 | 10 | 53 | 0 | 5D | 4 | 71 | 5B | 33 |
| Octal | 52 | 364 | 20 | 123 | 0 | 135 | 4 | 161 | 133 | 63 |
| Binary | 101010 | 11110100 | 10000 | 1010011 | 0 | 1011101 | 100 | 1110001 | 1011011 | 110011 |
Color Harmonies of #2AF410
Complementary color
Monochromatic Colors of #2AF410
Black with #2AF410
Text Example
Text Example
White with #2AF410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF410; }
p { color: rgb(42,244,16); }
H1.HeaderClassName
{
color: #2AF410;
}
.AnyTagClassName
{
color: #2AF410;
}
</style>
background-color css
<style>
a { background-color: #2AF410; }
a { background-color: rgb(42,244,16); }
div.DivClassName
{
background-color: #2AF410;
}
.BgClassName
{
background-color: #2AF410;
}
</style>
border-color css
<style>
span { border-color: #2AF410; }
span { border-color: rgb(42,244,16); }
td.TdClassName
{
border-color: #2AF410;
}
.TagClassName
{
border-color: #2AF410;
}
</style>