Shades of Harlequin #2AEC0D
Tints of Harlequin #2AEC0D
RGB
CMYK
RGB Variations
Color information
#2AEC0D (or 0x2AEC0D) is known color: Harlequin. HEX triplet: 2A, EC and 0D. RGB value is (42,236,13). Sum of RGB (Red+Green+Blue) = 42+236+13=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 236 (92.58% from 255 or 81.10% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AEC0D is #D513F2. Grayscale: #999999. Windows color (decimal): -13964275 or 912426. OLE color: 912426.
HSL color Cylindrical-coordinate representation of color #2AEC0D: hue angle of 112.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AEC0D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 13 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.07 |
| HSL | 112.2º | 0.9% | 0.49% | - |
| HSV(B) | 112.2º | 0.94% | 0.93% | - |
| XYZ | 31.02 | 60.51 | 10.43 | - |
| YUV | 152.57 | 49.23 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 13 | 0.82 | 0 | 0.94 | 0.07 | 112.2 | 0.9 | 0.49 |
| Hex | 2A | EC | D | 52 | 0 | 5E | 7 | 70 | 5A | 31 |
| Octal | 52 | 354 | 15 | 122 | 0 | 136 | 7 | 160 | 132 | 61 |
| Binary | 101010 | 11101100 | 1101 | 1010010 | 0 | 1011110 | 111 | 1110000 | 1011010 | 110001 |
Color Harmonies of #2AEC0D
Complementary color
Monochromatic Colors of #2AEC0D
Black with #2AEC0D
Text Example
Text Example
White with #2AEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEC0D; }
p { color: rgb(42,236,13); }
H1.HeaderClassName
{
color: #2AEC0D;
}
.AnyTagClassName
{
color: #2AEC0D;
}
</style>
background-color css
<style>
a { background-color: #2AEC0D; }
a { background-color: rgb(42,236,13); }
div.DivClassName
{
background-color: #2AEC0D;
}
.BgClassName
{
background-color: #2AEC0D;
}
</style>
border-color css
<style>
span { border-color: #2AEC0D; }
span { border-color: rgb(42,236,13); }
td.TdClassName
{
border-color: #2AEC0D;
}
.TagClassName
{
border-color: #2AEC0D;
}
</style>