Shades of Harlequin #2AEC09
Tints of Harlequin #2AEC09
RGB
CMYK
RGB Variations
Color information
#2AEC09 (or 0x2AEC09) is known color: Harlequin. HEX triplet: 2A, EC and 09. RGB value is (42,236,9). Sum of RGB (Red+Green+Blue) = 42+236+9=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 236 (92.58% from 255 or 82.23% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AEC09 is #D513F6. Grayscale: #989898. Windows color (decimal): -13964279 or 650282. OLE color: 650282.
HSL color Cylindrical-coordinate representation of color #2AEC09: hue angle of 111.28º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AEC09 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 9 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.07 |
| HSL | 111.28º | 0.93% | 0.48% | - |
| HSV(B) | 111.28º | 0.96% | 0.93% | - |
| XYZ | 31 | 60.5 | 10.3 | - |
| YUV | 152.12 | 47.23 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 9 | 0.82 | 0 | 0.96 | 0.07 | 111.28 | 0.93 | 0.48 |
| Hex | 2A | EC | 9 | 52 | 0 | 60 | 7 | 6F | 5D | 30 |
| Octal | 52 | 354 | 11 | 122 | 0 | 140 | 7 | 157 | 135 | 60 |
| Binary | 101010 | 11101100 | 1001 | 1010010 | 0 | 1100000 | 111 | 1101111 | 1011101 | 110000 |
Color Harmonies of #2AEC09
Complementary color
Monochromatic Colors of #2AEC09
Black with #2AEC09
Text Example
Text Example
White with #2AEC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEC09; }
p { color: rgb(42,236,9); }
H1.HeaderClassName
{
color: #2AEC09;
}
.AnyTagClassName
{
color: #2AEC09;
}
</style>
background-color css
<style>
a { background-color: #2AEC09; }
a { background-color: rgb(42,236,9); }
div.DivClassName
{
background-color: #2AEC09;
}
.BgClassName
{
background-color: #2AEC09;
}
</style>
border-color css
<style>
span { border-color: #2AEC09; }
span { border-color: rgb(42,236,9); }
td.TdClassName
{
border-color: #2AEC09;
}
.TagClassName
{
border-color: #2AEC09;
}
</style>