Shades of Harlequin #3AF11A
Tints of Harlequin #3AF11A
RGB
CMYK
RGB Variations
Color information
#3AF11A (or 0x3AF11A) is known color: Harlequin. HEX triplet: 3A, F1 and 1A. RGB value is (58,241,26). Sum of RGB (Red+Green+Blue) = 58+241+26=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF11A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF11A is #C50EE5. Grayscale: #A2A2A2. Windows color (decimal): -12914406 or 1765690. OLE color: 1765690.
HSL color Cylindrical-coordinate representation of color #3AF11A: hue angle of 111.07º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AF11A is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 26 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.05 |
| HSL | 111.07º | 0.88% | 0.52% | - |
| HSV(B) | 111.07º | 0.89% | 0.95% | - |
| XYZ | 33.39 | 63.88 | 11.55 | - |
| YUV | 161.77 | 51.37 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 26 | 0.76 | 0 | 0.89 | 0.05 | 111.07 | 0.88 | 0.52 |
| Hex | 3A | F1 | 1A | 4C | 0 | 59 | 5 | 6F | 58 | 34 |
| Octal | 72 | 361 | 32 | 114 | 0 | 131 | 5 | 157 | 130 | 64 |
| Binary | 111010 | 11110001 | 11010 | 1001100 | 0 | 1011001 | 101 | 1101111 | 1011000 | 110100 |
Color Harmonies of #3AF11A
Complementary color
Monochromatic Colors of #3AF11A
Black with #3AF11A
Text Example
Text Example
White with #3AF11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF11A; }
p { color: rgb(58,241,26); }
H1.HeaderClassName
{
color: #3AF11A;
}
.AnyTagClassName
{
color: #3AF11A;
}
</style>
background-color css
<style>
a { background-color: #3AF11A; }
a { background-color: rgb(58,241,26); }
div.DivClassName
{
background-color: #3AF11A;
}
.BgClassName
{
background-color: #3AF11A;
}
</style>
border-color css
<style>
span { border-color: #3AF11A; }
span { border-color: rgb(58,241,26); }
td.TdClassName
{
border-color: #3AF11A;
}
.TagClassName
{
border-color: #3AF11A;
}
</style>