Shades of Harlequin #2AE90C
Tints of Harlequin #2AE90C
RGB
CMYK
RGB Variations
Color information
#2AE90C (or 0x2AE90C) is known color: Harlequin. HEX triplet: 2A, E9 and 0C. RGB value is (42,233,12). Sum of RGB (Red+Green+Blue) = 42+233+12=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 233 (91.41% from 255 or 81.18% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE90C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE90C is #D516F3. Grayscale: #979797. Windows color (decimal): -13965044 or 846122. OLE color: 846122.
HSL color Cylindrical-coordinate representation of color #2AE90C: hue angle of 111.86º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AE90C is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 233 | 12 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.09 |
| HSL | 111.86º | 0.9% | 0.48% | - |
| HSV(B) | 111.86º | 0.95% | 0.91% | - |
| XYZ | 30.16 | 58.8 | 10.11 | - |
| YUV | 150.7 | 49.72 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 233 | 12 | 0.82 | 0 | 0.95 | 0.09 | 111.86 | 0.9 | 0.48 |
| Hex | 2A | E9 | C | 52 | 0 | 5F | 9 | 70 | 5A | 30 |
| Octal | 52 | 351 | 14 | 122 | 0 | 137 | 11 | 160 | 132 | 60 |
| Binary | 101010 | 11101001 | 1100 | 1010010 | 0 | 1011111 | 1001 | 1110000 | 1011010 | 110000 |
Color Harmonies of #2AE90C
Complementary color
Monochromatic Colors of #2AE90C
Black with #2AE90C
Text Example
Text Example
White with #2AE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE90C; }
p { color: rgb(42,233,12); }
H1.HeaderClassName
{
color: #2AE90C;
}
.AnyTagClassName
{
color: #2AE90C;
}
</style>
background-color css
<style>
a { background-color: #2AE90C; }
a { background-color: rgb(42,233,12); }
div.DivClassName
{
background-color: #2AE90C;
}
.BgClassName
{
background-color: #2AE90C;
}
</style>
border-color css
<style>
span { border-color: #2AE90C; }
span { border-color: rgb(42,233,12); }
td.TdClassName
{
border-color: #2AE90C;
}
.TagClassName
{
border-color: #2AE90C;
}
</style>