Shades of Harlequin #3ADC10
Tints of Harlequin #3ADC10
RGB
CMYK
RGB Variations
Color information
#3ADC10 (or 0x3ADC10) is known color: Harlequin. HEX triplet: 3A, DC and 10. RGB value is (58,220,16). Sum of RGB (Red+Green+Blue) = 58+220+16=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 220 (86.33% from 255 or 74.83% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADC10 is #C523EF. Grayscale: #949494. Windows color (decimal): -12919792 or 1104954. OLE color: 1104954.
HSL color Cylindrical-coordinate representation of color #3ADC10: hue angle of 107.65º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3ADC10 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 16 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.14 |
| HSL | 107.65º | 0.86% | 0.46% | - |
| HSV(B) | 107.65º | 0.93% | 0.86% | - |
| XYZ | 27.43 | 52.12 | 9.11 | - |
| YUV | 148.31 | 53.33 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 16 | 0.74 | 0 | 0.93 | 0.14 | 107.65 | 0.86 | 0.46 |
| Hex | 3A | DC | 10 | 4A | 0 | 5D | E | 6C | 56 | 2E |
| Octal | 72 | 334 | 20 | 112 | 0 | 135 | 16 | 154 | 126 | 56 |
| Binary | 111010 | 11011100 | 10000 | 1001010 | 0 | 1011101 | 1110 | 1101100 | 1010110 | 101110 |
Color Harmonies of #3ADC10
Complementary color
Monochromatic Colors of #3ADC10
Black with #3ADC10
Text Example
Text Example
White with #3ADC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADC10; }
p { color: rgb(58,220,16); }
H1.HeaderClassName
{
color: #3ADC10;
}
.AnyTagClassName
{
color: #3ADC10;
}
</style>
background-color css
<style>
a { background-color: #3ADC10; }
a { background-color: rgb(58,220,16); }
div.DivClassName
{
background-color: #3ADC10;
}
.BgClassName
{
background-color: #3ADC10;
}
</style>
border-color css
<style>
span { border-color: #3ADC10; }
span { border-color: rgb(58,220,16); }
td.TdClassName
{
border-color: #3ADC10;
}
.TagClassName
{
border-color: #3ADC10;
}
</style>