Shades of Harlequin #3AF209
Tints of Harlequin #3AF209
RGB
CMYK
RGB Variations
Color information
#3AF209 (or 0x3AF209) is known color: Harlequin. HEX triplet: 3A, F2 and 09. RGB value is (58,242,9). Sum of RGB (Red+Green+Blue) = 58+242+9=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 242 (94.92% from 255 or 78.32% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF209 is #C50DF6. Grayscale: #A1A1A1. Windows color (decimal): -12914167 or 651834. OLE color: 651834.
HSL color Cylindrical-coordinate representation of color #3AF209: hue angle of 107.38º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AF209 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 9 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.05 |
| HSL | 107.38º | 0.93% | 0.49% | - |
| HSV(B) | 107.38º | 0.96% | 0.95% | - |
| XYZ | 33.55 | 64.42 | 10.93 | - |
| YUV | 160.42 | 42.54 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 9 | 0.76 | 0 | 0.96 | 0.05 | 107.38 | 0.93 | 0.49 |
| Hex | 3A | F2 | 9 | 4C | 0 | 60 | 5 | 6B | 5D | 31 |
| Octal | 72 | 362 | 11 | 114 | 0 | 140 | 5 | 153 | 135 | 61 |
| Binary | 111010 | 11110010 | 1001 | 1001100 | 0 | 1100000 | 101 | 1101011 | 1011101 | 110001 |
Color Harmonies of #3AF209
Complementary color
Monochromatic Colors of #3AF209
Black with #3AF209
Text Example
Text Example
White with #3AF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF209; }
p { color: rgb(58,242,9); }
H1.HeaderClassName
{
color: #3AF209;
}
.AnyTagClassName
{
color: #3AF209;
}
</style>
background-color css
<style>
a { background-color: #3AF209; }
a { background-color: rgb(58,242,9); }
div.DivClassName
{
background-color: #3AF209;
}
.BgClassName
{
background-color: #3AF209;
}
</style>
border-color css
<style>
span { border-color: #3AF209; }
span { border-color: rgb(58,242,9); }
td.TdClassName
{
border-color: #3AF209;
}
.TagClassName
{
border-color: #3AF209;
}
</style>