Shades of Harlequin #3ADF09
Tints of Harlequin #3ADF09
RGB
CMYK
RGB Variations
Color information
#3ADF09 (or 0x3ADF09) is known color: Harlequin. HEX triplet: 3A, DF and 09. RGB value is (58,223,9). Sum of RGB (Red+Green+Blue) = 58+223+9=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADF09 is #C520F6. Grayscale: #959595. Windows color (decimal): -12919031 or 646970. OLE color: 646970.
HSL color Cylindrical-coordinate representation of color #3ADF09: hue angle of 106.26º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3ADF09 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 9 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.13 |
| HSL | 106.26º | 0.92% | 0.45% | - |
| HSV(B) | 106.26º | 0.96% | 0.87% | - |
| XYZ | 28.18 | 53.69 | 9.14 | - |
| YUV | 149.27 | 48.84 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 9 | 0.74 | 0 | 0.96 | 0.13 | 106.26 | 0.92 | 0.45 |
| Hex | 3A | DF | 9 | 4A | 0 | 60 | D | 6A | 5C | 2D |
| Octal | 72 | 337 | 11 | 112 | 0 | 140 | 15 | 152 | 134 | 55 |
| Binary | 111010 | 11011111 | 1001 | 1001010 | 0 | 1100000 | 1101 | 1101010 | 1011100 | 101101 |
Color Harmonies of #3ADF09
Complementary color
Monochromatic Colors of #3ADF09
Black with #3ADF09
Text Example
Text Example
White with #3ADF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADF09; }
p { color: rgb(58,223,9); }
H1.HeaderClassName
{
color: #3ADF09;
}
.AnyTagClassName
{
color: #3ADF09;
}
</style>
background-color css
<style>
a { background-color: #3ADF09; }
a { background-color: rgb(58,223,9); }
div.DivClassName
{
background-color: #3ADF09;
}
.BgClassName
{
background-color: #3ADF09;
}
</style>
border-color css
<style>
span { border-color: #3ADF09; }
span { border-color: rgb(58,223,9); }
td.TdClassName
{
border-color: #3ADF09;
}
.TagClassName
{
border-color: #3ADF09;
}
</style>