Shades of Harlequin #3AFA1E
Tints of Harlequin #3AFA1E
RGB
CMYK
RGB Variations
Color information
#3AFA1E (or 0x3AFA1E) is known color: Harlequin. HEX triplet: 3A, FA and 1E. RGB value is (58,250,30). Sum of RGB (Red+Green+Blue) = 58+250+30=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 250 (98.05% from 255 or 73.96% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFA1E is #C505E1. Grayscale: #A8A8A8. Windows color (decimal): -12912098 or 2030138. OLE color: 2030138.
HSL color Cylindrical-coordinate representation of color #3AFA1E: hue angle of 112.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AFA1E is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 30 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.02 |
| HSL | 112.36º | 0.96% | 0.55% | - |
| HSV(B) | 112.36º | 0.88% | 0.98% | - |
| XYZ | 36.16 | 69.36 | 12.71 | - |
| YUV | 167.51 | 50.39 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 30 | 0.77 | 0 | 0.88 | 0.02 | 112.36 | 0.96 | 0.55 |
| Hex | 3A | FA | 1E | 4D | 0 | 58 | 2 | 70 | 60 | 37 |
| Octal | 72 | 372 | 36 | 115 | 0 | 130 | 2 | 160 | 140 | 67 |
| Binary | 111010 | 11111010 | 11110 | 1001101 | 0 | 1011000 | 10 | 1110000 | 1100000 | 110111 |
Color Harmonies of #3AFA1E
Complementary color
Monochromatic Colors of #3AFA1E
Black with #3AFA1E
Text Example
Text Example
White with #3AFA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFA1E; }
p { color: rgb(58,250,30); }
H1.HeaderClassName
{
color: #3AFA1E;
}
.AnyTagClassName
{
color: #3AFA1E;
}
</style>
background-color css
<style>
a { background-color: #3AFA1E; }
a { background-color: rgb(58,250,30); }
div.DivClassName
{
background-color: #3AFA1E;
}
.BgClassName
{
background-color: #3AFA1E;
}
</style>
border-color css
<style>
span { border-color: #3AFA1E; }
span { border-color: rgb(58,250,30); }
td.TdClassName
{
border-color: #3AFA1E;
}
.TagClassName
{
border-color: #3AFA1E;
}
</style>