Shades of Harlequin #3AEE16
Tints of Harlequin #3AEE16
RGB
CMYK
RGB Variations
Color information
#3AEE16 (or 0x3AEE16) is known color: Harlequin. HEX triplet: 3A, EE and 16. RGB value is (58,238,22). Sum of RGB (Red+Green+Blue) = 58+238+22=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 238 (93.36% from 255 or 74.84% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AEE16 is #C511E9. Grayscale: #A0A0A0. Windows color (decimal): -12915178 or 1502778. OLE color: 1502778.
HSL color Cylindrical-coordinate representation of color #3AEE16: hue angle of 110º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AEE16 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 22 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.07 |
| HSL | 110º | 0.86% | 0.51% | - |
| HSV(B) | 110º | 0.91% | 0.93% | - |
| XYZ | 32.46 | 62.11 | 11.04 | - |
| YUV | 159.56 | 50.37 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 22 | 0.76 | 0 | 0.91 | 0.07 | 110 | 0.86 | 0.51 |
| Hex | 3A | EE | 16 | 4C | 0 | 5B | 7 | 6E | 56 | 33 |
| Octal | 72 | 356 | 26 | 114 | 0 | 133 | 7 | 156 | 126 | 63 |
| Binary | 111010 | 11101110 | 10110 | 1001100 | 0 | 1011011 | 111 | 1101110 | 1010110 | 110011 |
Color Harmonies of #3AEE16
Complementary color
Monochromatic Colors of #3AEE16
Black with #3AEE16
Text Example
Text Example
White with #3AEE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEE16; }
p { color: rgb(58,238,22); }
H1.HeaderClassName
{
color: #3AEE16;
}
.AnyTagClassName
{
color: #3AEE16;
}
</style>
background-color css
<style>
a { background-color: #3AEE16; }
a { background-color: rgb(58,238,22); }
div.DivClassName
{
background-color: #3AEE16;
}
.BgClassName
{
background-color: #3AEE16;
}
</style>
border-color css
<style>
span { border-color: #3AEE16; }
span { border-color: rgb(58,238,22); }
td.TdClassName
{
border-color: #3AEE16;
}
.TagClassName
{
border-color: #3AEE16;
}
</style>