Shades of Harlequin #3AEE20
Tints of Harlequin #3AEE20
RGB
CMYK
RGB Variations
Color information
#3AEE20 (or 0x3AEE20) is known color: Harlequin. HEX triplet: 3A, EE and 20. RGB value is (58,238,32). Sum of RGB (Red+Green+Blue) = 58+238+32=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 238 (93.36% from 255 or 72.56% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEE20 is #C511DF. Grayscale: #A1A1A1. Windows color (decimal): -12915168 or 2158138. OLE color: 2158138.
HSL color Cylindrical-coordinate representation of color #3AEE20: hue angle of 112.43º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AEE20 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 32 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.07 |
| HSL | 112.43º | 0.86% | 0.53% | - |
| HSV(B) | 112.43º | 0.87% | 0.93% | - |
| XYZ | 32.58 | 62.15 | 11.65 | - |
| YUV | 160.7 | 55.37 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 32 | 0.76 | 0 | 0.87 | 0.07 | 112.43 | 0.86 | 0.53 |
| Hex | 3A | EE | 20 | 4C | 0 | 57 | 7 | 70 | 56 | 35 |
| Octal | 72 | 356 | 40 | 114 | 0 | 127 | 7 | 160 | 126 | 65 |
| Binary | 111010 | 11101110 | 100000 | 1001100 | 0 | 1010111 | 111 | 1110000 | 1010110 | 110101 |
Color Harmonies of #3AEE20
Complementary color
Monochromatic Colors of #3AEE20
Black with #3AEE20
Text Example
Text Example
White with #3AEE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEE20; }
p { color: rgb(58,238,32); }
H1.HeaderClassName
{
color: #3AEE20;
}
.AnyTagClassName
{
color: #3AEE20;
}
</style>
background-color css
<style>
a { background-color: #3AEE20; }
a { background-color: rgb(58,238,32); }
div.DivClassName
{
background-color: #3AEE20;
}
.BgClassName
{
background-color: #3AEE20;
}
</style>
border-color css
<style>
span { border-color: #3AEE20; }
span { border-color: rgb(58,238,32); }
td.TdClassName
{
border-color: #3AEE20;
}
.TagClassName
{
border-color: #3AEE20;
}
</style>