Shades of Harlequin #2AF90B
Tints of Harlequin #2AF90B
RGB
CMYK
RGB Variations
Color information
#2AF90B (or 0x2AF90B) is known color: Harlequin. HEX triplet: 2A, F9 and 0B. RGB value is (42,249,11). Sum of RGB (Red+Green+Blue) = 42+249+11=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 249 (97.66% from 255 or 82.45% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF90B is #D506F4. Grayscale: #A0A0A0. Windows color (decimal): -13960949 or 784682. OLE color: 784682.
HSL color Cylindrical-coordinate representation of color #2AF90B: hue angle of 112.18º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AF90B is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 11 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.02 |
| HSL | 112.18º | 0.95% | 0.51% | - |
| HSV(B) | 112.18º | 0.96% | 0.98% | - |
| XYZ | 34.89 | 68.27 | 11.65 | - |
| YUV | 159.98 | 43.92 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 11 | 0.83 | 0 | 0.96 | 0.02 | 112.18 | 0.95 | 0.51 |
| Hex | 2A | F9 | B | 53 | 0 | 60 | 2 | 70 | 5F | 33 |
| Octal | 52 | 371 | 13 | 123 | 0 | 140 | 2 | 160 | 137 | 63 |
| Binary | 101010 | 11111001 | 1011 | 1010011 | 0 | 1100000 | 10 | 1110000 | 1011111 | 110011 |
Color Harmonies of #2AF90B
Complementary color
Monochromatic Colors of #2AF90B
Black with #2AF90B
Text Example
Text Example
White with #2AF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF90B; }
p { color: rgb(42,249,11); }
H1.HeaderClassName
{
color: #2AF90B;
}
.AnyTagClassName
{
color: #2AF90B;
}
</style>
background-color css
<style>
a { background-color: #2AF90B; }
a { background-color: rgb(42,249,11); }
div.DivClassName
{
background-color: #2AF90B;
}
.BgClassName
{
background-color: #2AF90B;
}
</style>
border-color css
<style>
span { border-color: #2AF90B; }
span { border-color: rgb(42,249,11); }
td.TdClassName
{
border-color: #2AF90B;
}
.TagClassName
{
border-color: #2AF90B;
}
</style>