Shades of Harlequin #3AEE0A
Tints of Harlequin #3AEE0A
RGB
CMYK
RGB Variations
Color information
#3AEE0A (or 0x3AEE0A) is known color: Harlequin. HEX triplet: 3A, EE and 0A. RGB value is (58,238,10). Sum of RGB (Red+Green+Blue) = 58+238+10=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 238 (93.36% from 255 or 77.78% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AEE0A is #C511F5. Grayscale: #9E9E9E. Windows color (decimal): -12915190 or 716346. OLE color: 716346.
HSL color Cylindrical-coordinate representation of color #3AEE0A: hue angle of 107.37º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AEE0A is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 10 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.07 |
| HSL | 107.37º | 0.92% | 0.49% | - |
| HSV(B) | 107.37º | 0.96% | 0.93% | - |
| XYZ | 32.37 | 62.07 | 10.56 | - |
| YUV | 158.19 | 44.37 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 10 | 0.76 | 0 | 0.96 | 0.07 | 107.37 | 0.92 | 0.49 |
| Hex | 3A | EE | A | 4C | 0 | 60 | 7 | 6B | 5C | 31 |
| Octal | 72 | 356 | 12 | 114 | 0 | 140 | 7 | 153 | 134 | 61 |
| Binary | 111010 | 11101110 | 1010 | 1001100 | 0 | 1100000 | 111 | 1101011 | 1011100 | 110001 |
Color Harmonies of #3AEE0A
Complementary color
Monochromatic Colors of #3AEE0A
Black with #3AEE0A
Text Example
Text Example
White with #3AEE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEE0A; }
p { color: rgb(58,238,10); }
H1.HeaderClassName
{
color: #3AEE0A;
}
.AnyTagClassName
{
color: #3AEE0A;
}
</style>
background-color css
<style>
a { background-color: #3AEE0A; }
a { background-color: rgb(58,238,10); }
div.DivClassName
{
background-color: #3AEE0A;
}
.BgClassName
{
background-color: #3AEE0A;
}
</style>
border-color css
<style>
span { border-color: #3AEE0A; }
span { border-color: rgb(58,238,10); }
td.TdClassName
{
border-color: #3AEE0A;
}
.TagClassName
{
border-color: #3AEE0A;
}
</style>