Shades of Harlequin #3AFA1C
Tints of Harlequin #3AFA1C
RGB
CMYK
RGB Variations
Color information
#3AFA1C (or 0x3AFA1C) is known color: Harlequin. HEX triplet: 3A, FA and 1C. RGB value is (58,250,28). Sum of RGB (Red+Green+Blue) = 58+250+28=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFA1C is #C505E3. Grayscale: #A7A7A7. Windows color (decimal): -12912100 or 1899066. OLE color: 1899066.
HSL color Cylindrical-coordinate representation of color #3AFA1C: hue angle of 111.89º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AFA1C is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 28 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.02 |
| HSL | 111.89º | 0.96% | 0.55% | - |
| HSV(B) | 111.89º | 0.89% | 0.98% | - |
| XYZ | 36.14 | 69.35 | 12.58 | - |
| YUV | 167.28 | 49.39 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 28 | 0.77 | 0 | 0.89 | 0.02 | 111.89 | 0.96 | 0.55 |
| Hex | 3A | FA | 1C | 4D | 0 | 59 | 2 | 70 | 60 | 37 |
| Octal | 72 | 372 | 34 | 115 | 0 | 131 | 2 | 160 | 140 | 67 |
| Binary | 111010 | 11111010 | 11100 | 1001101 | 0 | 1011001 | 10 | 1110000 | 1100000 | 110111 |
Color Harmonies of #3AFA1C
Complementary color
Monochromatic Colors of #3AFA1C
Black with #3AFA1C
Text Example
Text Example
White with #3AFA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFA1C; }
p { color: rgb(58,250,28); }
H1.HeaderClassName
{
color: #3AFA1C;
}
.AnyTagClassName
{
color: #3AFA1C;
}
</style>
background-color css
<style>
a { background-color: #3AFA1C; }
a { background-color: rgb(58,250,28); }
div.DivClassName
{
background-color: #3AFA1C;
}
.BgClassName
{
background-color: #3AFA1C;
}
</style>
border-color css
<style>
span { border-color: #3AFA1C; }
span { border-color: rgb(58,250,28); }
td.TdClassName
{
border-color: #3AFA1C;
}
.TagClassName
{
border-color: #3AFA1C;
}
</style>