Shades of Harlequin #3AFC1A
Tints of Harlequin #3AFC1A
RGB
CMYK
RGB Variations
Color information
#3AFC1A (or 0x3AFC1A) is known color: Harlequin. HEX triplet: 3A, FC and 1A. RGB value is (58,252,26). Sum of RGB (Red+Green+Blue) = 58+252+26=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 252 (98.83% from 255 or 75% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC1A is #C503E5. Grayscale: #A8A8A8. Windows color (decimal): -12911590 or 1768506. OLE color: 1768506.
HSL color Cylindrical-coordinate representation of color #3AFC1A: hue angle of 111.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AFC1A is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 26 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.01 |
| HSL | 111.5º | 0.97% | 0.55% | - |
| HSV(B) | 111.5º | 0.9% | 0.99% | - |
| XYZ | 36.74 | 70.59 | 12.67 | - |
| YUV | 168.23 | 47.73 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 26 | 0.77 | 0 | 0.90 | 0.01 | 111.5 | 0.97 | 0.55 |
| Hex | 3A | FC | 1A | 4D | 0 | 5A | 1 | 70 | 61 | 37 |
| Octal | 72 | 374 | 32 | 115 | 0 | 132 | 1 | 160 | 141 | 67 |
| Binary | 111010 | 11111100 | 11010 | 1001101 | 0 | 1011010 | 1 | 1110000 | 1100001 | 110111 |
Color Harmonies of #3AFC1A
Complementary color
Monochromatic Colors of #3AFC1A
Black with #3AFC1A
Text Example
Text Example
White with #3AFC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC1A; }
p { color: rgb(58,252,26); }
H1.HeaderClassName
{
color: #3AFC1A;
}
.AnyTagClassName
{
color: #3AFC1A;
}
</style>
background-color css
<style>
a { background-color: #3AFC1A; }
a { background-color: rgb(58,252,26); }
div.DivClassName
{
background-color: #3AFC1A;
}
.BgClassName
{
background-color: #3AFC1A;
}
</style>
border-color css
<style>
span { border-color: #3AFC1A; }
span { border-color: rgb(58,252,26); }
td.TdClassName
{
border-color: #3AFC1A;
}
.TagClassName
{
border-color: #3AFC1A;
}
</style>