Shades of Harlequin #2AF915
Tints of Harlequin #2AF915
RGB
CMYK
RGB Variations
Color information
#2AF915 (or 0x2AF915) is known color: Harlequin. HEX triplet: 2A, F9 and 15. RGB value is (42,249,21). Sum of RGB (Red+Green+Blue) = 42+249+21=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 249 (97.66% from 255 or 79.81% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF915 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF915 is #D506EA. Grayscale: #A1A1A1. Windows color (decimal): -13960939 or 1440042. OLE color: 1440042.
HSL color Cylindrical-coordinate representation of color #2AF915: hue angle of 114.47º 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 #2AF915 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 21 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.02 |
| HSL | 114.47º | 0.95% | 0.53% | - |
| HSV(B) | 114.47º | 0.92% | 0.98% | - |
| XYZ | 34.97 | 68.3 | 12.05 | - |
| YUV | 161.12 | 48.92 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 21 | 0.83 | 0 | 0.92 | 0.02 | 114.47 | 0.95 | 0.53 |
| Hex | 2A | F9 | 15 | 53 | 0 | 5C | 2 | 72 | 5F | 35 |
| Octal | 52 | 371 | 25 | 123 | 0 | 134 | 2 | 162 | 137 | 65 |
| Binary | 101010 | 11111001 | 10101 | 1010011 | 0 | 1011100 | 10 | 1110010 | 1011111 | 110101 |
Color Harmonies of #2AF915
Complementary color
Monochromatic Colors of #2AF915
Black with #2AF915
Text Example
Text Example
White with #2AF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF915; }
p { color: rgb(42,249,21); }
H1.HeaderClassName
{
color: #2AF915;
}
.AnyTagClassName
{
color: #2AF915;
}
</style>
background-color css
<style>
a { background-color: #2AF915; }
a { background-color: rgb(42,249,21); }
div.DivClassName
{
background-color: #2AF915;
}
.BgClassName
{
background-color: #2AF915;
}
</style>
border-color css
<style>
span { border-color: #2AF915; }
span { border-color: rgb(42,249,21); }
td.TdClassName
{
border-color: #2AF915;
}
.TagClassName
{
border-color: #2AF915;
}
</style>