Shades of Harlequin #3AEC0C
Tints of Harlequin #3AEC0C
RGB
CMYK
RGB Variations
Color information
#3AEC0C (or 0x3AEC0C) is known color: Harlequin. HEX triplet: 3A, EC and 0C. RGB value is (58,236,12). Sum of RGB (Red+Green+Blue) = 58+236+12=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 236 (92.58% from 255 or 77.12% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 236 - color contains mainly: green. Hex color #3AEC0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AEC0C is #C513F3. Grayscale: #9D9D9D. Windows color (decimal): -12915700 or 846906. OLE color: 846906.
HSL color Cylindrical-coordinate representation of color #3AEC0C: hue angle of 107.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AEC0C is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 12 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.07 |
| HSL | 107.68º | 0.9% | 0.49% | - |
| HSV(B) | 107.68º | 0.95% | 0.93% | - |
| XYZ | 31.81 | 60.92 | 10.43 | - |
| YUV | 157.24 | 46.03 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 12 | 0.75 | 0 | 0.95 | 0.07 | 107.68 | 0.9 | 0.49 |
| Hex | 3A | EC | C | 4B | 0 | 5F | 7 | 6C | 5A | 31 |
| Octal | 72 | 354 | 14 | 113 | 0 | 137 | 7 | 154 | 132 | 61 |
| Binary | 111010 | 11101100 | 1100 | 1001011 | 0 | 1011111 | 111 | 1101100 | 1011010 | 110001 |
Color Harmonies of #3AEC0C
Complementary color
Monochromatic Colors of #3AEC0C
Black with #3AEC0C
Text Example
Text Example
White with #3AEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEC0C; }
p { color: rgb(58,236,12); }
H1.HeaderClassName
{
color: #3AEC0C;
}
.AnyTagClassName
{
color: #3AEC0C;
}
</style>
background-color css
<style>
a { background-color: #3AEC0C; }
a { background-color: rgb(58,236,12); }
div.DivClassName
{
background-color: #3AEC0C;
}
.BgClassName
{
background-color: #3AEC0C;
}
</style>
border-color css
<style>
span { border-color: #3AEC0C; }
span { border-color: rgb(58,236,12); }
td.TdClassName
{
border-color: #3AEC0C;
}
.TagClassName
{
border-color: #3AEC0C;
}
</style>