Shades of Harlequin #3AED09
Tints of Harlequin #3AED09
RGB
CMYK
RGB Variations
Color information
#3AED09 (or 0x3AED09) is known color: Harlequin. HEX triplet: 3A, ED and 09. RGB value is (58,237,9). Sum of RGB (Red+Green+Blue) = 58+237+9=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 237 (92.97% from 255 or 77.96% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AED09 is #C512F6. Grayscale: #9E9E9E. Windows color (decimal): -12915447 or 650554. OLE color: 650554.
HSL color Cylindrical-coordinate representation of color #3AED09: hue angle of 107.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AED09 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 9 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.07 |
| HSL | 107.11º | 0.93% | 0.48% | - |
| HSV(B) | 107.11º | 0.96% | 0.93% | - |
| XYZ | 32.08 | 61.49 | 10.44 | - |
| YUV | 157.49 | 44.2 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 9 | 0.76 | 0 | 0.96 | 0.07 | 107.11 | 0.93 | 0.48 |
| Hex | 3A | ED | 9 | 4C | 0 | 60 | 7 | 6B | 5D | 30 |
| Octal | 72 | 355 | 11 | 114 | 0 | 140 | 7 | 153 | 135 | 60 |
| Binary | 111010 | 11101101 | 1001 | 1001100 | 0 | 1100000 | 111 | 1101011 | 1011101 | 110000 |
Color Harmonies of #3AED09
Complementary color
Monochromatic Colors of #3AED09
Black with #3AED09
Text Example
Text Example
White with #3AED09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AED09; }
p { color: rgb(58,237,9); }
H1.HeaderClassName
{
color: #3AED09;
}
.AnyTagClassName
{
color: #3AED09;
}
</style>
background-color css
<style>
a { background-color: #3AED09; }
a { background-color: rgb(58,237,9); }
div.DivClassName
{
background-color: #3AED09;
}
.BgClassName
{
background-color: #3AED09;
}
</style>
border-color css
<style>
span { border-color: #3AED09; }
span { border-color: rgb(58,237,9); }
td.TdClassName
{
border-color: #3AED09;
}
.TagClassName
{
border-color: #3AED09;
}
</style>