Shades of Harlequin #2AF316
Tints of Harlequin #2AF316
RGB
CMYK
RGB Variations
Color information
#2AF316 (or 0x2AF316) is known color: Harlequin. HEX triplet: 2A, F3 and 16. RGB value is (42,243,22). Sum of RGB (Red+Green+Blue) = 42+243+22=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 243 (95.31% from 255 or 79.15% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF316 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF316 is #D50CE9. Grayscale: #9E9E9E. Windows color (decimal): -13962474 or 1504042. OLE color: 1504042.
HSL color Cylindrical-coordinate representation of color #2AF316: hue angle of 114.57º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AF316 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 22 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.05 |
| HSL | 114.57º | 0.9% | 0.52% | - |
| HSV(B) | 114.57º | 0.91% | 0.95% | - |
| XYZ | 33.15 | 64.65 | 11.49 | - |
| YUV | 157.71 | 51.41 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 22 | 0.83 | 0 | 0.91 | 0.05 | 114.57 | 0.9 | 0.52 |
| Hex | 2A | F3 | 16 | 53 | 0 | 5B | 5 | 73 | 5A | 34 |
| Octal | 52 | 363 | 26 | 123 | 0 | 133 | 5 | 163 | 132 | 64 |
| Binary | 101010 | 11110011 | 10110 | 1010011 | 0 | 1011011 | 101 | 1110011 | 1011010 | 110100 |
Color Harmonies of #2AF316
Complementary color
Monochromatic Colors of #2AF316
Black with #2AF316
Text Example
Text Example
White with #2AF316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF316; }
p { color: rgb(42,243,22); }
H1.HeaderClassName
{
color: #2AF316;
}
.AnyTagClassName
{
color: #2AF316;
}
</style>
background-color css
<style>
a { background-color: #2AF316; }
a { background-color: rgb(42,243,22); }
div.DivClassName
{
background-color: #2AF316;
}
.BgClassName
{
background-color: #2AF316;
}
</style>
border-color css
<style>
span { border-color: #2AF316; }
span { border-color: rgb(42,243,22); }
td.TdClassName
{
border-color: #2AF316;
}
.TagClassName
{
border-color: #2AF316;
}
</style>