Shades of Harlequin #2AF913
Tints of Harlequin #2AF913
RGB
CMYK
RGB Variations
Color information
#2AF913 (or 0x2AF913) is known color: Harlequin. HEX triplet: 2A, F9 and 13. RGB value is (42,249,19). Sum of RGB (Red+Green+Blue) = 42+249+19=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 249 (97.66% from 255 or 80.32% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF913 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF913 is #D506EC. Grayscale: #A1A1A1. Windows color (decimal): -13960941 or 1308970. OLE color: 1308970.
HSL color Cylindrical-coordinate representation of color #2AF913: hue angle of 114º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AF913 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 19 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.02 |
| HSL | 114º | 0.95% | 0.53% | - |
| HSV(B) | 114º | 0.92% | 0.98% | - |
| XYZ | 34.95 | 68.29 | 11.96 | - |
| YUV | 160.89 | 47.92 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 19 | 0.83 | 0 | 0.92 | 0.02 | 114 | 0.95 | 0.53 |
| Hex | 2A | F9 | 13 | 53 | 0 | 5C | 2 | 72 | 5F | 35 |
| Octal | 52 | 371 | 23 | 123 | 0 | 134 | 2 | 162 | 137 | 65 |
| Binary | 101010 | 11111001 | 10011 | 1010011 | 0 | 1011100 | 10 | 1110010 | 1011111 | 110101 |
Color Harmonies of #2AF913
Complementary color
Monochromatic Colors of #2AF913
Black with #2AF913
Text Example
Text Example
White with #2AF913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF913; }
p { color: rgb(42,249,19); }
H1.HeaderClassName
{
color: #2AF913;
}
.AnyTagClassName
{
color: #2AF913;
}
</style>
background-color css
<style>
a { background-color: #2AF913; }
a { background-color: rgb(42,249,19); }
div.DivClassName
{
background-color: #2AF913;
}
.BgClassName
{
background-color: #2AF913;
}
</style>
border-color css
<style>
span { border-color: #2AF913; }
span { border-color: rgb(42,249,19); }
td.TdClassName
{
border-color: #2AF913;
}
.TagClassName
{
border-color: #2AF913;
}
</style>