Shades of Harlequin #3AF014
Tints of Harlequin #3AF014
RGB
CMYK
RGB Variations
Color information
#3AF014 (or 0x3AF014) is known color: Harlequin. HEX triplet: 3A, F0 and 14. RGB value is (58,240,20). Sum of RGB (Red+Green+Blue) = 58+240+20=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 240 (94.14% from 255 or 75.47% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF014 is #C50FEB. Grayscale: #A1A1A1. Windows color (decimal): -12914668 or 1372218. OLE color: 1372218.
HSL color Cylindrical-coordinate representation of color #3AF014: hue angle of 109.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AF014 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 20 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.06 |
| HSL | 109.64º | 0.88% | 0.51% | - |
| HSV(B) | 109.64º | 0.92% | 0.94% | - |
| XYZ | 33.03 | 63.27 | 11.13 | - |
| YUV | 160.5 | 48.7 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 20 | 0.76 | 0 | 0.92 | 0.06 | 109.64 | 0.88 | 0.51 |
| Hex | 3A | F0 | 14 | 4C | 0 | 5C | 6 | 6E | 58 | 33 |
| Octal | 72 | 360 | 24 | 114 | 0 | 134 | 6 | 156 | 130 | 63 |
| Binary | 111010 | 11110000 | 10100 | 1001100 | 0 | 1011100 | 110 | 1101110 | 1011000 | 110011 |
Color Harmonies of #3AF014
Complementary color
Monochromatic Colors of #3AF014
Black with #3AF014
Text Example
Text Example
White with #3AF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF014; }
p { color: rgb(58,240,20); }
H1.HeaderClassName
{
color: #3AF014;
}
.AnyTagClassName
{
color: #3AF014;
}
</style>
background-color css
<style>
a { background-color: #3AF014; }
a { background-color: rgb(58,240,20); }
div.DivClassName
{
background-color: #3AF014;
}
.BgClassName
{
background-color: #3AF014;
}
</style>
border-color css
<style>
span { border-color: #3AF014; }
span { border-color: rgb(58,240,20); }
td.TdClassName
{
border-color: #3AF014;
}
.TagClassName
{
border-color: #3AF014;
}
</style>