Shades of Harlequin #3AF918
Tints of Harlequin #3AF918
RGB
CMYK
RGB Variations
Color information
#3AF918 (or 0x3AF918) is known color: Harlequin. HEX triplet: 3A, F9 and 18. RGB value is (58,249,24). Sum of RGB (Red+Green+Blue) = 58+249+24=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 249 (97.66% from 255 or 75.23% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF918 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF918 is #C506E7. Grayscale: #A6A6A6. Windows color (decimal): -12912360 or 1636666. OLE color: 1636666.
HSL color Cylindrical-coordinate representation of color #3AF918: hue angle of 110.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AF918 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 24 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.02 |
| HSL | 110.93º | 0.95% | 0.54% | - |
| HSV(B) | 110.93º | 0.9% | 0.98% | - |
| XYZ | 35.79 | 68.72 | 12.24 | - |
| YUV | 166.24 | 47.72 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 24 | 0.77 | 0 | 0.90 | 0.02 | 110.93 | 0.95 | 0.54 |
| Hex | 3A | F9 | 18 | 4D | 0 | 5A | 2 | 6F | 5F | 36 |
| Octal | 72 | 371 | 30 | 115 | 0 | 132 | 2 | 157 | 137 | 66 |
| Binary | 111010 | 11111001 | 11000 | 1001101 | 0 | 1011010 | 10 | 1101111 | 1011111 | 110110 |
Color Harmonies of #3AF918
Complementary color
Monochromatic Colors of #3AF918
Black with #3AF918
Text Example
Text Example
White with #3AF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF918; }
p { color: rgb(58,249,24); }
H1.HeaderClassName
{
color: #3AF918;
}
.AnyTagClassName
{
color: #3AF918;
}
</style>
background-color css
<style>
a { background-color: #3AF918; }
a { background-color: rgb(58,249,24); }
div.DivClassName
{
background-color: #3AF918;
}
.BgClassName
{
background-color: #3AF918;
}
</style>
border-color css
<style>
span { border-color: #3AF918; }
span { border-color: rgb(58,249,24); }
td.TdClassName
{
border-color: #3AF918;
}
.TagClassName
{
border-color: #3AF918;
}
</style>