Shades of Harlequin #2AF70A
Tints of Harlequin #2AF70A
RGB
CMYK
RGB Variations
Color information
#2AF70A (or 0x2AF70A) is known color: Harlequin. HEX triplet: 2A, F7 and 0A. RGB value is (42,247,10). Sum of RGB (Red+Green+Blue) = 42+247+10=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 247 (96.88% from 255 or 82.61% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF70A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF70A is #D508F5. Grayscale: #9F9F9F. Windows color (decimal): -13961462 or 718634. OLE color: 718634.
HSL color Cylindrical-coordinate representation of color #2AF70A: hue angle of 111.9º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AF70A is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 10 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.03 |
| HSL | 111.9º | 0.94% | 0.5% | - |
| HSV(B) | 111.9º | 0.96% | 0.97% | - |
| XYZ | 34.27 | 67.04 | 11.42 | - |
| YUV | 158.69 | 44.08 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 10 | 0.83 | 0 | 0.96 | 0.03 | 111.9 | 0.94 | 0.5 |
| Hex | 2A | F7 | A | 53 | 0 | 60 | 3 | 70 | 5E | 32 |
| Octal | 52 | 367 | 12 | 123 | 0 | 140 | 3 | 160 | 136 | 62 |
| Binary | 101010 | 11110111 | 1010 | 1010011 | 0 | 1100000 | 11 | 1110000 | 1011110 | 110010 |
Color Harmonies of #2AF70A
Complementary color
Monochromatic Colors of #2AF70A
Black with #2AF70A
Text Example
Text Example
White with #2AF70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF70A; }
p { color: rgb(42,247,10); }
H1.HeaderClassName
{
color: #2AF70A;
}
.AnyTagClassName
{
color: #2AF70A;
}
</style>
background-color css
<style>
a { background-color: #2AF70A; }
a { background-color: rgb(42,247,10); }
div.DivClassName
{
background-color: #2AF70A;
}
.BgClassName
{
background-color: #2AF70A;
}
</style>
border-color css
<style>
span { border-color: #2AF70A; }
span { border-color: rgb(42,247,10); }
td.TdClassName
{
border-color: #2AF70A;
}
.TagClassName
{
border-color: #2AF70A;
}
</style>