Shades of Harlequin #2AFB10
Tints of Harlequin #2AFB10
RGB
CMYK
RGB Variations
Color information
#2AFB10 (or 0x2AFB10) is known color: Harlequin. HEX triplet: 2A, FB and 10. RGB value is (42,251,16). Sum of RGB (Red+Green+Blue) = 42+251+16=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 251 (98.44% from 255 or 81.23% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFB10 is #D504EF. Grayscale: #A2A2A2. Windows color (decimal): -13960432 or 1112874. OLE color: 1112874.
HSL color Cylindrical-coordinate representation of color #2AFB10: hue angle of 113.36º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AFB10 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 16 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.02 |
| HSL | 113.36º | 0.97% | 0.52% | - |
| HSV(B) | 113.36º | 0.94% | 0.98% | - |
| XYZ | 35.55 | 69.52 | 12.04 | - |
| YUV | 161.72 | 45.76 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 16 | 0.83 | 0 | 0.94 | 0.02 | 113.36 | 0.97 | 0.52 |
| Hex | 2A | FB | 10 | 53 | 0 | 5E | 2 | 71 | 61 | 34 |
| Octal | 52 | 373 | 20 | 123 | 0 | 136 | 2 | 161 | 141 | 64 |
| Binary | 101010 | 11111011 | 10000 | 1010011 | 0 | 1011110 | 10 | 1110001 | 1100001 | 110100 |
Color Harmonies of #2AFB10
Complementary color
Monochromatic Colors of #2AFB10
Black with #2AFB10
Text Example
Text Example
White with #2AFB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB10; }
p { color: rgb(42,251,16); }
H1.HeaderClassName
{
color: #2AFB10;
}
.AnyTagClassName
{
color: #2AFB10;
}
</style>
background-color css
<style>
a { background-color: #2AFB10; }
a { background-color: rgb(42,251,16); }
div.DivClassName
{
background-color: #2AFB10;
}
.BgClassName
{
background-color: #2AFB10;
}
</style>
border-color css
<style>
span { border-color: #2AFB10; }
span { border-color: rgb(42,251,16); }
td.TdClassName
{
border-color: #2AFB10;
}
.TagClassName
{
border-color: #2AFB10;
}
</style>