Shades of Harlequin #2AEA0B
Tints of Harlequin #2AEA0B
RGB
CMYK
RGB Variations
Color information
#2AEA0B (or 0x2AEA0B) is known color: Harlequin. HEX triplet: 2A, EA and 0B. RGB value is (42,234,11). Sum of RGB (Red+Green+Blue) = 42+234+11=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 234 (91.80% from 255 or 81.53% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AEA0B is #D515F4. Grayscale: #979797. Windows color (decimal): -13964789 or 780842. OLE color: 780842.
HSL color Cylindrical-coordinate representation of color #2AEA0B: hue angle of 111.66º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AEA0B is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 11 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.08 |
| HSL | 111.66º | 0.91% | 0.48% | - |
| HSV(B) | 111.66º | 0.95% | 0.92% | - |
| XYZ | 30.44 | 59.36 | 10.17 | - |
| YUV | 151.17 | 48.89 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 11 | 0.82 | 0 | 0.95 | 0.08 | 111.66 | 0.91 | 0.48 |
| Hex | 2A | EA | B | 52 | 0 | 5F | 8 | 70 | 5B | 30 |
| Octal | 52 | 352 | 13 | 122 | 0 | 137 | 10 | 160 | 133 | 60 |
| Binary | 101010 | 11101010 | 1011 | 1010010 | 0 | 1011111 | 1000 | 1110000 | 1011011 | 110000 |
Color Harmonies of #2AEA0B
Complementary color
Monochromatic Colors of #2AEA0B
Black with #2AEA0B
Text Example
Text Example
White with #2AEA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEA0B; }
p { color: rgb(42,234,11); }
H1.HeaderClassName
{
color: #2AEA0B;
}
.AnyTagClassName
{
color: #2AEA0B;
}
</style>
background-color css
<style>
a { background-color: #2AEA0B; }
a { background-color: rgb(42,234,11); }
div.DivClassName
{
background-color: #2AEA0B;
}
.BgClassName
{
background-color: #2AEA0B;
}
</style>
border-color css
<style>
span { border-color: #2AEA0B; }
span { border-color: rgb(42,234,11); }
td.TdClassName
{
border-color: #2AEA0B;
}
.TagClassName
{
border-color: #2AEA0B;
}
</style>