Shades of Harlequin #2AFE12
Tints of Harlequin #2AFE12
RGB
CMYK
RGB Variations
Color information
#2AFE12 (or 0x2AFE12) is known color: Harlequin. HEX triplet: 2A, FE and 12. RGB value is (42,254,18). Sum of RGB (Red+Green+Blue) = 42+254+18=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 254 (99.61% from 255 or 80.89% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFE12 is #D501ED. Grayscale: #A4A4A4. Windows color (decimal): -13959662 or 1244714. OLE color: 1244714.
HSL color Cylindrical-coordinate representation of color #2AFE12: hue angle of 113.9º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AFE12 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 18 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.00 |
| HSL | 113.9º | 0.99% | 0.53% | - |
| HSV(B) | 113.9º | 0.93% | 1% | - |
| XYZ | 36.51 | 71.42 | 12.43 | - |
| YUV | 163.71 | 45.76 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 18 | 0.83 | 0 | 0.93 | 0.00 | 113.9 | 0.99 | 0.53 |
| Hex | 2A | FE | 12 | 53 | 0 | 5D | 0 | 72 | 63 | 35 |
| Octal | 52 | 376 | 22 | 123 | 0 | 135 | 0 | 162 | 143 | 65 |
| Binary | 101010 | 11111110 | 10010 | 1010011 | 0 | 1011101 | 0 | 1110010 | 1100011 | 110101 |
Color Harmonies of #2AFE12
Complementary color
Monochromatic Colors of #2AFE12
Black with #2AFE12
Text Example
Text Example
White with #2AFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE12; }
p { color: rgb(42,254,18); }
H1.HeaderClassName
{
color: #2AFE12;
}
.AnyTagClassName
{
color: #2AFE12;
}
</style>
background-color css
<style>
a { background-color: #2AFE12; }
a { background-color: rgb(42,254,18); }
div.DivClassName
{
background-color: #2AFE12;
}
.BgClassName
{
background-color: #2AFE12;
}
</style>
border-color css
<style>
span { border-color: #2AFE12; }
span { border-color: rgb(42,254,18); }
td.TdClassName
{
border-color: #2AFE12;
}
.TagClassName
{
border-color: #2AFE12;
}
</style>