Shades of Harlequin #2AF409
Tints of Harlequin #2AF409
RGB
CMYK
RGB Variations
Color information
#2AF409 (or 0x2AF409) is known color: Harlequin. HEX triplet: 2A, F4 and 09. RGB value is (42,244,9). Sum of RGB (Red+Green+Blue) = 42+244+9=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 244 (95.70% from 255 or 82.71% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF409 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF409 is #D50BF6. Grayscale: #9D9D9D. Windows color (decimal): -13962231 or 652330. OLE color: 652330.
HSL color Cylindrical-coordinate representation of color #2AF409: hue angle of 111.57º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AF409 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 9 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.04 |
| HSL | 111.57º | 0.93% | 0.5% | - |
| HSV(B) | 111.57º | 0.96% | 0.96% | - |
| XYZ | 33.35 | 65.21 | 11.09 | - |
| YUV | 156.81 | 44.58 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 9 | 0.83 | 0 | 0.96 | 0.04 | 111.57 | 0.93 | 0.5 |
| Hex | 2A | F4 | 9 | 53 | 0 | 60 | 4 | 70 | 5D | 32 |
| Octal | 52 | 364 | 11 | 123 | 0 | 140 | 4 | 160 | 135 | 62 |
| Binary | 101010 | 11110100 | 1001 | 1010011 | 0 | 1100000 | 100 | 1110000 | 1011101 | 110010 |
Color Harmonies of #2AF409
Complementary color
Monochromatic Colors of #2AF409
Black with #2AF409
Text Example
Text Example
White with #2AF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF409; }
p { color: rgb(42,244,9); }
H1.HeaderClassName
{
color: #2AF409;
}
.AnyTagClassName
{
color: #2AF409;
}
</style>
background-color css
<style>
a { background-color: #2AF409; }
a { background-color: rgb(42,244,9); }
div.DivClassName
{
background-color: #2AF409;
}
.BgClassName
{
background-color: #2AF409;
}
</style>
border-color css
<style>
span { border-color: #2AF409; }
span { border-color: rgb(42,244,9); }
td.TdClassName
{
border-color: #2AF409;
}
.TagClassName
{
border-color: #2AF409;
}
</style>