Shades of Harlequin #2AE810
Tints of Harlequin #2AE810
RGB
CMYK
RGB Variations
Color information
#2AE810 (or 0x2AE810) is known color: Harlequin. HEX triplet: 2A, E8 and 10. RGB value is (42,232,16). Sum of RGB (Red+Green+Blue) = 42+232+16=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 232 (91.02% from 255 or 80% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE810 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE810 is #D517EF. Grayscale: #979797. Windows color (decimal): -13965296 or 1108010. OLE color: 1108010.
HSL color Cylindrical-coordinate representation of color #2AE810: hue angle of 112.78º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AE810 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 232 | 16 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.09 |
| HSL | 112.78º | 0.87% | 0.49% | - |
| HSV(B) | 112.78º | 0.93% | 0.91% | - |
| XYZ | 29.9 | 58.24 | 10.16 | - |
| YUV | 150.57 | 52.05 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 232 | 16 | 0.82 | 0 | 0.93 | 0.09 | 112.78 | 0.87 | 0.49 |
| Hex | 2A | E8 | 10 | 52 | 0 | 5D | 9 | 71 | 57 | 31 |
| Octal | 52 | 350 | 20 | 122 | 0 | 135 | 11 | 161 | 127 | 61 |
| Binary | 101010 | 11101000 | 10000 | 1010010 | 0 | 1011101 | 1001 | 1110001 | 1010111 | 110001 |
Color Harmonies of #2AE810
Complementary color
Monochromatic Colors of #2AE810
Black with #2AE810
Text Example
Text Example
White with #2AE810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE810; }
p { color: rgb(42,232,16); }
H1.HeaderClassName
{
color: #2AE810;
}
.AnyTagClassName
{
color: #2AE810;
}
</style>
background-color css
<style>
a { background-color: #2AE810; }
a { background-color: rgb(42,232,16); }
div.DivClassName
{
background-color: #2AE810;
}
.BgClassName
{
background-color: #2AE810;
}
</style>
border-color css
<style>
span { border-color: #2AE810; }
span { border-color: rgb(42,232,16); }
td.TdClassName
{
border-color: #2AE810;
}
.TagClassName
{
border-color: #2AE810;
}
</style>