Shades of Harlequin #2AF110
Tints of Harlequin #2AF110
RGB
CMYK
RGB Variations
Color information
#2AF110 (or 0x2AF110) is known color: Harlequin. HEX triplet: 2A, F1 and 10. RGB value is (42,241,16). Sum of RGB (Red+Green+Blue) = 42+241+16=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 241 (94.53% from 255 or 80.60% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF110 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF110 is #D50EEF. Grayscale: #9C9C9C. Windows color (decimal): -13962992 or 1110314. OLE color: 1110314.
HSL color Cylindrical-coordinate representation of color #2AF110: hue angle of 113.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AF110 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 16 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.05 |
| HSL | 113.07º | 0.89% | 0.5% | - |
| HSV(B) | 113.07º | 0.93% | 0.95% | - |
| XYZ | 32.5 | 63.44 | 11.02 | - |
| YUV | 155.85 | 49.07 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 16 | 0.83 | 0 | 0.93 | 0.05 | 113.07 | 0.89 | 0.5 |
| Hex | 2A | F1 | 10 | 53 | 0 | 5D | 5 | 71 | 59 | 32 |
| Octal | 52 | 361 | 20 | 123 | 0 | 135 | 5 | 161 | 131 | 62 |
| Binary | 101010 | 11110001 | 10000 | 1010011 | 0 | 1011101 | 101 | 1110001 | 1011001 | 110010 |
Color Harmonies of #2AF110
Complementary color
Monochromatic Colors of #2AF110
Black with #2AF110
Text Example
Text Example
White with #2AF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF110; }
p { color: rgb(42,241,16); }
H1.HeaderClassName
{
color: #2AF110;
}
.AnyTagClassName
{
color: #2AF110;
}
</style>
background-color css
<style>
a { background-color: #2AF110; }
a { background-color: rgb(42,241,16); }
div.DivClassName
{
background-color: #2AF110;
}
.BgClassName
{
background-color: #2AF110;
}
</style>
border-color css
<style>
span { border-color: #2AF110; }
span { border-color: rgb(42,241,16); }
td.TdClassName
{
border-color: #2AF110;
}
.TagClassName
{
border-color: #2AF110;
}
</style>