Shades of Harlequin #2AF509
Tints of Harlequin #2AF509
RGB
CMYK
RGB Variations
Color information
#2AF509 (or 0x2AF509) is known color: Harlequin. HEX triplet: 2A, F5 and 09. RGB value is (42,245,9). Sum of RGB (Red+Green+Blue) = 42+245+9=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 245 (96.09% from 255 or 82.77% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF509 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF509 is #D50AF6. Grayscale: #9E9E9E. Windows color (decimal): -13961975 or 652586. OLE color: 652586.
HSL color Cylindrical-coordinate representation of color #2AF509: hue angle of 111.61º 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 #2AF509 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 245 | 9 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.04 |
| HSL | 111.61º | 0.93% | 0.5% | - |
| HSV(B) | 111.61º | 0.96% | 0.96% | - |
| XYZ | 33.66 | 65.82 | 11.19 | - |
| YUV | 157.4 | 44.25 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 245 | 9 | 0.83 | 0 | 0.96 | 0.04 | 111.61 | 0.93 | 0.5 |
| Hex | 2A | F5 | 9 | 53 | 0 | 60 | 4 | 70 | 5D | 32 |
| Octal | 52 | 365 | 11 | 123 | 0 | 140 | 4 | 160 | 135 | 62 |
| Binary | 101010 | 11110101 | 1001 | 1010011 | 0 | 1100000 | 100 | 1110000 | 1011101 | 110010 |
Color Harmonies of #2AF509
Complementary color
Monochromatic Colors of #2AF509
Black with #2AF509
Text Example
Text Example
White with #2AF509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF509; }
p { color: rgb(42,245,9); }
H1.HeaderClassName
{
color: #2AF509;
}
.AnyTagClassName
{
color: #2AF509;
}
</style>
background-color css
<style>
a { background-color: #2AF509; }
a { background-color: rgb(42,245,9); }
div.DivClassName
{
background-color: #2AF509;
}
.BgClassName
{
background-color: #2AF509;
}
</style>
border-color css
<style>
span { border-color: #2AF509; }
span { border-color: rgb(42,245,9); }
td.TdClassName
{
border-color: #2AF509;
}
.TagClassName
{
border-color: #2AF509;
}
</style>