Shades of Harlequin #3AF309
Tints of Harlequin #3AF309
RGB
CMYK
RGB Variations
Color information
#3AF309 (or 0x3AF309) is known color: Harlequin. HEX triplet: 3A, F3 and 09. RGB value is (58,243,9). Sum of RGB (Red+Green+Blue) = 58+243+9=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 243 (95.31% from 255 or 78.39% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF309 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF309 is #C50CF6. Grayscale: #A1A1A1. Windows color (decimal): -12913911 or 652090. OLE color: 652090.
HSL color Cylindrical-coordinate representation of color #3AF309: hue angle of 107.44º 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 #3AF309 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 9 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.05 |
| HSL | 107.44º | 0.93% | 0.49% | - |
| HSV(B) | 107.44º | 0.96% | 0.95% | - |
| XYZ | 33.84 | 65.02 | 11.02 | - |
| YUV | 161.01 | 42.21 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 9 | 0.76 | 0 | 0.96 | 0.05 | 107.44 | 0.93 | 0.49 |
| Hex | 3A | F3 | 9 | 4C | 0 | 60 | 5 | 6B | 5D | 31 |
| Octal | 72 | 363 | 11 | 114 | 0 | 140 | 5 | 153 | 135 | 61 |
| Binary | 111010 | 11110011 | 1001 | 1001100 | 0 | 1100000 | 101 | 1101011 | 1011101 | 110001 |
Color Harmonies of #3AF309
Complementary color
Monochromatic Colors of #3AF309
Black with #3AF309
Text Example
Text Example
White with #3AF309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF309; }
p { color: rgb(58,243,9); }
H1.HeaderClassName
{
color: #3AF309;
}
.AnyTagClassName
{
color: #3AF309;
}
</style>
background-color css
<style>
a { background-color: #3AF309; }
a { background-color: rgb(58,243,9); }
div.DivClassName
{
background-color: #3AF309;
}
.BgClassName
{
background-color: #3AF309;
}
</style>
border-color css
<style>
span { border-color: #3AF309; }
span { border-color: rgb(58,243,9); }
td.TdClassName
{
border-color: #3AF309;
}
.TagClassName
{
border-color: #3AF309;
}
</style>