Shades of Harlequin #3AF618
Tints of Harlequin #3AF618
RGB
CMYK
RGB Variations
Color information
#3AF618 (or 0x3AF618) is known color: Harlequin. HEX triplet: 3A, F6 and 18. RGB value is (58,246,24). Sum of RGB (Red+Green+Blue) = 58+246+24=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 246 (96.48% from 255 or 75% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF618 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF618 is #C509E7. Grayscale: #A5A5A5. Windows color (decimal): -12913128 or 1635898. OLE color: 1635898.
HSL color Cylindrical-coordinate representation of color #3AF618: hue angle of 110.81º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AF618 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 24 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.04 |
| HSL | 110.81º | 0.93% | 0.53% | - |
| HSV(B) | 110.81º | 0.9% | 0.96% | - |
| XYZ | 34.87 | 66.88 | 11.94 | - |
| YUV | 164.48 | 48.72 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 24 | 0.76 | 0 | 0.90 | 0.04 | 110.81 | 0.93 | 0.53 |
| Hex | 3A | F6 | 18 | 4C | 0 | 5A | 4 | 6F | 5C | 35 |
| Octal | 72 | 366 | 30 | 114 | 0 | 132 | 4 | 157 | 134 | 65 |
| Binary | 111010 | 11110110 | 11000 | 1001100 | 0 | 1011010 | 100 | 1101111 | 1011100 | 110101 |
Color Harmonies of #3AF618
Complementary color
Monochromatic Colors of #3AF618
Black with #3AF618
Text Example
Text Example
White with #3AF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF618; }
p { color: rgb(58,246,24); }
H1.HeaderClassName
{
color: #3AF618;
}
.AnyTagClassName
{
color: #3AF618;
}
</style>
background-color css
<style>
a { background-color: #3AF618; }
a { background-color: rgb(58,246,24); }
div.DivClassName
{
background-color: #3AF618;
}
.BgClassName
{
background-color: #3AF618;
}
</style>
border-color css
<style>
span { border-color: #3AF618; }
span { border-color: rgb(58,246,24); }
td.TdClassName
{
border-color: #3AF618;
}
.TagClassName
{
border-color: #3AF618;
}
</style>