Shades of Harlequin #2AFA12
Tints of Harlequin #2AFA12
RGB
CMYK
RGB Variations
Color information
#2AFA12 (or 0x2AFA12) is known color: Harlequin. HEX triplet: 2A, FA and 12. RGB value is (42,250,18). Sum of RGB (Red+Green+Blue) = 42+250+18=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 250 (98.05% from 255 or 80.65% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFA12 is #D505ED. Grayscale: #A2A2A2. Windows color (decimal): -13960686 or 1243690. OLE color: 1243690.
HSL color Cylindrical-coordinate representation of color #2AFA12: hue angle of 113.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AFA12 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 18 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.02 |
| HSL | 113.79º | 0.96% | 0.53% | - |
| HSV(B) | 113.79º | 0.93% | 0.98% | - |
| XYZ | 35.25 | 68.91 | 12.01 | - |
| YUV | 161.36 | 47.09 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 18 | 0.83 | 0 | 0.93 | 0.02 | 113.79 | 0.96 | 0.53 |
| Hex | 2A | FA | 12 | 53 | 0 | 5D | 2 | 72 | 60 | 35 |
| Octal | 52 | 372 | 22 | 123 | 0 | 135 | 2 | 162 | 140 | 65 |
| Binary | 101010 | 11111010 | 10010 | 1010011 | 0 | 1011101 | 10 | 1110010 | 1100000 | 110101 |
Color Harmonies of #2AFA12
Complementary color
Monochromatic Colors of #2AFA12
Black with #2AFA12
Text Example
Text Example
White with #2AFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFA12; }
p { color: rgb(42,250,18); }
H1.HeaderClassName
{
color: #2AFA12;
}
.AnyTagClassName
{
color: #2AFA12;
}
</style>
background-color css
<style>
a { background-color: #2AFA12; }
a { background-color: rgb(42,250,18); }
div.DivClassName
{
background-color: #2AFA12;
}
.BgClassName
{
background-color: #2AFA12;
}
</style>
border-color css
<style>
span { border-color: #2AFA12; }
span { border-color: rgb(42,250,18); }
td.TdClassName
{
border-color: #2AFA12;
}
.TagClassName
{
border-color: #2AFA12;
}
</style>