Shades of Harlequin #3ADC09
Tints of Harlequin #3ADC09
RGB
CMYK
RGB Variations
Color information
#3ADC09 (or 0x3ADC09) is known color: Harlequin. HEX triplet: 3A, DC and 09. RGB value is (58,220,9). Sum of RGB (Red+Green+Blue) = 58+220+9=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADC09 is #C523F6. Grayscale: #949494. Windows color (decimal): -12919799 or 646202. OLE color: 646202.
HSL color Cylindrical-coordinate representation of color #3ADC09: hue angle of 106.07º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3ADC09 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 9 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.14 |
| HSL | 106.07º | 0.92% | 0.45% | - |
| HSV(B) | 106.07º | 0.96% | 0.86% | - |
| XYZ | 27.39 | 52.11 | 8.87 | - |
| YUV | 147.51 | 49.83 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 9 | 0.74 | 0 | 0.96 | 0.14 | 106.07 | 0.92 | 0.45 |
| Hex | 3A | DC | 9 | 4A | 0 | 60 | E | 6A | 5C | 2D |
| Octal | 72 | 334 | 11 | 112 | 0 | 140 | 16 | 152 | 134 | 55 |
| Binary | 111010 | 11011100 | 1001 | 1001010 | 0 | 1100000 | 1110 | 1101010 | 1011100 | 101101 |
Color Harmonies of #3ADC09
Complementary color
Monochromatic Colors of #3ADC09
Black with #3ADC09
Text Example
Text Example
White with #3ADC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADC09; }
p { color: rgb(58,220,9); }
H1.HeaderClassName
{
color: #3ADC09;
}
.AnyTagClassName
{
color: #3ADC09;
}
</style>
background-color css
<style>
a { background-color: #3ADC09; }
a { background-color: rgb(58,220,9); }
div.DivClassName
{
background-color: #3ADC09;
}
.BgClassName
{
background-color: #3ADC09;
}
</style>
border-color css
<style>
span { border-color: #3ADC09; }
span { border-color: rgb(58,220,9); }
td.TdClassName
{
border-color: #3ADC09;
}
.TagClassName
{
border-color: #3ADC09;
}
</style>