Shades of Harlequin #2AF013
Tints of Harlequin #2AF013
RGB
CMYK
RGB Variations
Color information
#2AF013 (or 0x2AF013) is known color: Harlequin. HEX triplet: 2A, F0 and 13. RGB value is (42,240,19). Sum of RGB (Red+Green+Blue) = 42+240+19=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 240 (94.14% from 255 or 79.73% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF013 is #D50FEC. Grayscale: #9C9C9C. Windows color (decimal): -13963245 or 1306666. OLE color: 1306666.
HSL color Cylindrical-coordinate representation of color #2AF013: hue angle of 113.76º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AF013 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 19 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.06 |
| HSL | 113.76º | 0.88% | 0.51% | - |
| HSV(B) | 113.76º | 0.92% | 0.94% | - |
| XYZ | 32.23 | 62.86 | 11.05 | - |
| YUV | 155.6 | 50.9 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 19 | 0.82 | 0 | 0.92 | 0.06 | 113.76 | 0.88 | 0.51 |
| Hex | 2A | F0 | 13 | 52 | 0 | 5C | 6 | 72 | 58 | 33 |
| Octal | 52 | 360 | 23 | 122 | 0 | 134 | 6 | 162 | 130 | 63 |
| Binary | 101010 | 11110000 | 10011 | 1010010 | 0 | 1011100 | 110 | 1110010 | 1011000 | 110011 |
Color Harmonies of #2AF013
Complementary color
Monochromatic Colors of #2AF013
Black with #2AF013
Text Example
Text Example
White with #2AF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF013; }
p { color: rgb(42,240,19); }
H1.HeaderClassName
{
color: #2AF013;
}
.AnyTagClassName
{
color: #2AF013;
}
</style>
background-color css
<style>
a { background-color: #2AF013; }
a { background-color: rgb(42,240,19); }
div.DivClassName
{
background-color: #2AF013;
}
.BgClassName
{
background-color: #2AF013;
}
</style>
border-color css
<style>
span { border-color: #2AF013; }
span { border-color: rgb(42,240,19); }
td.TdClassName
{
border-color: #2AF013;
}
.TagClassName
{
border-color: #2AF013;
}
</style>