Shades of Harlequin #2AF609
Tints of Harlequin #2AF609
RGB
CMYK
RGB Variations
Color information
#2AF609 (or 0x2AF609) is known color: Harlequin. HEX triplet: 2A, F6 and 09. RGB value is (42,246,9). Sum of RGB (Red+Green+Blue) = 42+246+9=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 246 (96.48% from 255 or 82.83% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF609 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF609 is #D509F6. Grayscale: #9E9E9E. Windows color (decimal): -13961719 or 652842. OLE color: 652842.
HSL color Cylindrical-coordinate representation of color #2AF609: hue angle of 111.65º 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 #2AF609 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 9 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.04 |
| HSL | 111.65º | 0.93% | 0.5% | - |
| HSV(B) | 111.65º | 0.96% | 0.96% | - |
| XYZ | 33.96 | 66.42 | 11.29 | - |
| YUV | 157.99 | 43.91 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 9 | 0.83 | 0 | 0.96 | 0.04 | 111.65 | 0.93 | 0.5 |
| Hex | 2A | F6 | 9 | 53 | 0 | 60 | 4 | 70 | 5D | 32 |
| Octal | 52 | 366 | 11 | 123 | 0 | 140 | 4 | 160 | 135 | 62 |
| Binary | 101010 | 11110110 | 1001 | 1010011 | 0 | 1100000 | 100 | 1110000 | 1011101 | 110010 |
Color Harmonies of #2AF609
Complementary color
Monochromatic Colors of #2AF609
Black with #2AF609
Text Example
Text Example
White with #2AF609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF609; }
p { color: rgb(42,246,9); }
H1.HeaderClassName
{
color: #2AF609;
}
.AnyTagClassName
{
color: #2AF609;
}
</style>
background-color css
<style>
a { background-color: #2AF609; }
a { background-color: rgb(42,246,9); }
div.DivClassName
{
background-color: #2AF609;
}
.BgClassName
{
background-color: #2AF609;
}
</style>
border-color css
<style>
span { border-color: #2AF609; }
span { border-color: rgb(42,246,9); }
td.TdClassName
{
border-color: #2AF609;
}
.TagClassName
{
border-color: #2AF609;
}
</style>