Shades of Harlequin #2AFC14
Tints of Harlequin #2AFC14
RGB
CMYK
RGB Variations
Color information
#2AFC14 (or 0x2AFC14) is known color: Harlequin. HEX triplet: 2A, FC and 14. RGB value is (42,252,20). Sum of RGB (Red+Green+Blue) = 42+252+20=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 252 (98.83% from 255 or 80.25% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFC14 is #D503EB. Grayscale: #A3A3A3. Windows color (decimal): -13960172 or 1375274. OLE color: 1375274.
HSL color Cylindrical-coordinate representation of color #2AFC14: hue angle of 114.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AFC14 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 20 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.01 |
| HSL | 114.31º | 0.97% | 0.53% | - |
| HSV(B) | 114.31º | 0.92% | 0.99% | - |
| XYZ | 35.89 | 70.16 | 12.31 | - |
| YUV | 162.76 | 47.43 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 20 | 0.83 | 0 | 0.92 | 0.01 | 114.31 | 0.97 | 0.53 |
| Hex | 2A | FC | 14 | 53 | 0 | 5C | 1 | 72 | 61 | 35 |
| Octal | 52 | 374 | 24 | 123 | 0 | 134 | 1 | 162 | 141 | 65 |
| Binary | 101010 | 11111100 | 10100 | 1010011 | 0 | 1011100 | 1 | 1110010 | 1100001 | 110101 |
Color Harmonies of #2AFC14
Complementary color
Monochromatic Colors of #2AFC14
Black with #2AFC14
Text Example
Text Example
White with #2AFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFC14; }
p { color: rgb(42,252,20); }
H1.HeaderClassName
{
color: #2AFC14;
}
.AnyTagClassName
{
color: #2AFC14;
}
</style>
background-color css
<style>
a { background-color: #2AFC14; }
a { background-color: rgb(42,252,20); }
div.DivClassName
{
background-color: #2AFC14;
}
.BgClassName
{
background-color: #2AFC14;
}
</style>
border-color css
<style>
span { border-color: #2AFC14; }
span { border-color: rgb(42,252,20); }
td.TdClassName
{
border-color: #2AFC14;
}
.TagClassName
{
border-color: #2AFC14;
}
</style>