Shades of Harlequin #2ADC06
Tints of Harlequin #2ADC06
RGB
CMYK
RGB Variations
Color information
#2ADC06 (or 0x2ADC06) is known color: Harlequin. HEX triplet: 2A, DC and 06. RGB value is (42,220,6). Sum of RGB (Red+Green+Blue) = 42+220+6=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 220 (86.33% from 255 or 82.09% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADC06 is #D523F9. Grayscale: #8F8F8F. Windows color (decimal): -13968378 or 449578. OLE color: 449578.
HSL color Cylindrical-coordinate representation of color #2ADC06: hue angle of 109.91º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2ADC06 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 6 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.14 |
| HSL | 109.91º | 0.95% | 0.44% | - |
| HSV(B) | 109.91º | 0.97% | 0.86% | - |
| XYZ | 26.58 | 51.69 | 8.75 | - |
| YUV | 142.38 | 51.03 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 6 | 0.81 | 0 | 0.97 | 0.14 | 109.91 | 0.95 | 0.44 |
| Hex | 2A | DC | 6 | 51 | 0 | 61 | E | 6E | 5F | 2C |
| Octal | 52 | 334 | 6 | 121 | 0 | 141 | 16 | 156 | 137 | 54 |
| Binary | 101010 | 11011100 | 110 | 1010001 | 0 | 1100001 | 1110 | 1101110 | 1011111 | 101100 |
Color Harmonies of #2ADC06
Complementary color
Monochromatic Colors of #2ADC06
Black with #2ADC06
Text Example
Text Example
White with #2ADC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC06; }
p { color: rgb(42,220,6); }
H1.HeaderClassName
{
color: #2ADC06;
}
.AnyTagClassName
{
color: #2ADC06;
}
</style>
background-color css
<style>
a { background-color: #2ADC06; }
a { background-color: rgb(42,220,6); }
div.DivClassName
{
background-color: #2ADC06;
}
.BgClassName
{
background-color: #2ADC06;
}
</style>
border-color css
<style>
span { border-color: #2ADC06; }
span { border-color: rgb(42,220,6); }
td.TdClassName
{
border-color: #2ADC06;
}
.TagClassName
{
border-color: #2ADC06;
}
</style>