Shades of Harlequin #3AE210
Tints of Harlequin #3AE210
RGB
CMYK
RGB Variations
Color information
#3AE210 (or 0x3AE210) is known color: Harlequin. HEX triplet: 3A, E2 and 10. RGB value is (58,226,16). Sum of RGB (Red+Green+Blue) = 58+226+16=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 226 (88.67% from 255 or 75.33% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE210 is #C51DEF. Grayscale: #989898. Windows color (decimal): -12918256 or 1106490. OLE color: 1106490.
HSL color Cylindrical-coordinate representation of color #3AE210: hue angle of 108º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AE210 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 226 | 16 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.11 |
| HSL | 108º | 0.87% | 0.47% | - |
| HSV(B) | 108º | 0.93% | 0.89% | - |
| XYZ | 29.03 | 55.33 | 9.64 | - |
| YUV | 151.83 | 51.34 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 226 | 16 | 0.74 | 0 | 0.93 | 0.11 | 108 | 0.87 | 0.47 |
| Hex | 3A | E2 | 10 | 4A | 0 | 5D | B | 6C | 57 | 2F |
| Octal | 72 | 342 | 20 | 112 | 0 | 135 | 13 | 154 | 127 | 57 |
| Binary | 111010 | 11100010 | 10000 | 1001010 | 0 | 1011101 | 1011 | 1101100 | 1010111 | 101111 |
Color Harmonies of #3AE210
Complementary color
Monochromatic Colors of #3AE210
Black with #3AE210
Text Example
Text Example
White with #3AE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE210; }
p { color: rgb(58,226,16); }
H1.HeaderClassName
{
color: #3AE210;
}
.AnyTagClassName
{
color: #3AE210;
}
</style>
background-color css
<style>
a { background-color: #3AE210; }
a { background-color: rgb(58,226,16); }
div.DivClassName
{
background-color: #3AE210;
}
.BgClassName
{
background-color: #3AE210;
}
</style>
border-color css
<style>
span { border-color: #3AE210; }
span { border-color: rgb(58,226,16); }
td.TdClassName
{
border-color: #3AE210;
}
.TagClassName
{
border-color: #3AE210;
}
</style>