Shades of Harlequin #2AF614
Tints of Harlequin #2AF614
RGB
CMYK
RGB Variations
Color information
#2AF614 (or 0x2AF614) is known color: Harlequin. HEX triplet: 2A, F6 and 14. RGB value is (42,246,20). Sum of RGB (Red+Green+Blue) = 42+246+20=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 246 (96.48% from 255 or 79.87% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF614 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF614 is #D509EB. Grayscale: #9F9F9F. Windows color (decimal): -13961708 or 1373738. OLE color: 1373738.
HSL color Cylindrical-coordinate representation of color #2AF614: hue angle of 114.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AF614 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 20 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.04 |
| HSL | 114.16º | 0.93% | 0.52% | - |
| HSV(B) | 114.16º | 0.92% | 0.96% | - |
| XYZ | 34.04 | 66.45 | 11.69 | - |
| YUV | 159.24 | 49.41 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 20 | 0.83 | 0 | 0.92 | 0.04 | 114.16 | 0.93 | 0.52 |
| Hex | 2A | F6 | 14 | 53 | 0 | 5C | 4 | 72 | 5D | 34 |
| Octal | 52 | 366 | 24 | 123 | 0 | 134 | 4 | 162 | 135 | 64 |
| Binary | 101010 | 11110110 | 10100 | 1010011 | 0 | 1011100 | 100 | 1110010 | 1011101 | 110100 |
Color Harmonies of #2AF614
Complementary color
Monochromatic Colors of #2AF614
Black with #2AF614
Text Example
Text Example
White with #2AF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF614; }
p { color: rgb(42,246,20); }
H1.HeaderClassName
{
color: #2AF614;
}
.AnyTagClassName
{
color: #2AF614;
}
</style>
background-color css
<style>
a { background-color: #2AF614; }
a { background-color: rgb(42,246,20); }
div.DivClassName
{
background-color: #2AF614;
}
.BgClassName
{
background-color: #2AF614;
}
</style>
border-color css
<style>
span { border-color: #2AF614; }
span { border-color: rgb(42,246,20); }
td.TdClassName
{
border-color: #2AF614;
}
.TagClassName
{
border-color: #2AF614;
}
</style>