Shades of Harlequin #2AF209
Tints of Harlequin #2AF209
RGB
CMYK
RGB Variations
Color information
#2AF209 (or 0x2AF209) is known color: Harlequin. HEX triplet: 2A, F2 and 09. RGB value is (42,242,9). Sum of RGB (Red+Green+Blue) = 42+242+9=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 242 (94.92% from 255 or 82.59% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF209 is #D50DF6. Grayscale: #9C9C9C. Windows color (decimal): -13962743 or 651818. OLE color: 651818.
HSL color Cylindrical-coordinate representation of color #2AF209: hue angle of 111.5º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AF209 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 9 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.05 |
| HSL | 111.5º | 0.93% | 0.49% | - |
| HSV(B) | 111.5º | 0.96% | 0.95% | - |
| XYZ | 32.76 | 64.02 | 10.89 | - |
| YUV | 155.64 | 45.24 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 9 | 0.83 | 0 | 0.96 | 0.05 | 111.5 | 0.93 | 0.49 |
| Hex | 2A | F2 | 9 | 53 | 0 | 60 | 5 | 70 | 5D | 31 |
| Octal | 52 | 362 | 11 | 123 | 0 | 140 | 5 | 160 | 135 | 61 |
| Binary | 101010 | 11110010 | 1001 | 1010011 | 0 | 1100000 | 101 | 1110000 | 1011101 | 110001 |
Color Harmonies of #2AF209
Complementary color
Monochromatic Colors of #2AF209
Black with #2AF209
Text Example
Text Example
White with #2AF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF209; }
p { color: rgb(42,242,9); }
H1.HeaderClassName
{
color: #2AF209;
}
.AnyTagClassName
{
color: #2AF209;
}
</style>
background-color css
<style>
a { background-color: #2AF209; }
a { background-color: rgb(42,242,9); }
div.DivClassName
{
background-color: #2AF209;
}
.BgClassName
{
background-color: #2AF209;
}
</style>
border-color css
<style>
span { border-color: #2AF209; }
span { border-color: rgb(42,242,9); }
td.TdClassName
{
border-color: #2AF209;
}
.TagClassName
{
border-color: #2AF209;
}
</style>