Shades of Harlequin #3ADA0A
Tints of Harlequin #3ADA0A
RGB
CMYK
RGB Variations
Color information
#3ADA0A (or 0x3ADA0A) is known color: Harlequin. HEX triplet: 3A, DA and 0A. RGB value is (58,218,10). Sum of RGB (Red+Green+Blue) = 58+218+10=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 218 (85.55% from 255 or 76.22% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADA0A is #C525F5. Grayscale: #939393. Windows color (decimal): -12920310 or 711226. OLE color: 711226.
HSL color Cylindrical-coordinate representation of color #3ADA0A: hue angle of 106.15º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3ADA0A is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 10 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.15 |
| HSL | 106.15º | 0.91% | 0.45% | - |
| HSV(B) | 106.15º | 0.95% | 0.85% | - |
| XYZ | 26.87 | 51.06 | 8.73 | - |
| YUV | 146.45 | 50.99 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 10 | 0.73 | 0 | 0.95 | 0.15 | 106.15 | 0.91 | 0.45 |
| Hex | 3A | DA | A | 49 | 0 | 5F | F | 6A | 5B | 2D |
| Octal | 72 | 332 | 12 | 111 | 0 | 137 | 17 | 152 | 133 | 55 |
| Binary | 111010 | 11011010 | 1010 | 1001001 | 0 | 1011111 | 1111 | 1101010 | 1011011 | 101101 |
Color Harmonies of #3ADA0A
Complementary color
Monochromatic Colors of #3ADA0A
Black with #3ADA0A
Text Example
Text Example
White with #3ADA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADA0A; }
p { color: rgb(58,218,10); }
H1.HeaderClassName
{
color: #3ADA0A;
}
.AnyTagClassName
{
color: #3ADA0A;
}
</style>
background-color css
<style>
a { background-color: #3ADA0A; }
a { background-color: rgb(58,218,10); }
div.DivClassName
{
background-color: #3ADA0A;
}
.BgClassName
{
background-color: #3ADA0A;
}
</style>
border-color css
<style>
span { border-color: #3ADA0A; }
span { border-color: rgb(58,218,10); }
td.TdClassName
{
border-color: #3ADA0A;
}
.TagClassName
{
border-color: #3ADA0A;
}
</style>