Shades of Harlequin #2AFE06
Tints of Harlequin #2AFE06
RGB
CMYK
RGB Variations
Color information
#2AFE06 (or 0x2AFE06) is known color: Harlequin. HEX triplet: 2A, FE and 06. RGB value is (42,254,6). Sum of RGB (Red+Green+Blue) = 42+254+6=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 254 (99.61% from 255 or 84.11% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFE06 is #D501F9. Grayscale: #A3A3A3. Windows color (decimal): -13959674 or 458282. OLE color: 458282.
HSL color Cylindrical-coordinate representation of color #2AFE06: hue angle of 111.29º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AFE06 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 6 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.00 |
| HSL | 111.29º | 0.99% | 0.51% | - |
| HSV(B) | 111.29º | 0.98% | 1% | - |
| XYZ | 36.43 | 71.39 | 12.03 | - |
| YUV | 162.34 | 39.76 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 6 | 0.83 | 0 | 0.98 | 0.00 | 111.29 | 0.99 | 0.51 |
| Hex | 2A | FE | 6 | 53 | 0 | 62 | 0 | 6F | 63 | 33 |
| Octal | 52 | 376 | 6 | 123 | 0 | 142 | 0 | 157 | 143 | 63 |
| Binary | 101010 | 11111110 | 110 | 1010011 | 0 | 1100010 | 0 | 1101111 | 1100011 | 110011 |
Color Harmonies of #2AFE06
Complementary color
Monochromatic Colors of #2AFE06
Black with #2AFE06
Text Example
Text Example
White with #2AFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE06; }
p { color: rgb(42,254,6); }
H1.HeaderClassName
{
color: #2AFE06;
}
.AnyTagClassName
{
color: #2AFE06;
}
</style>
background-color css
<style>
a { background-color: #2AFE06; }
a { background-color: rgb(42,254,6); }
div.DivClassName
{
background-color: #2AFE06;
}
.BgClassName
{
background-color: #2AFE06;
}
</style>
border-color css
<style>
span { border-color: #2AFE06; }
span { border-color: rgb(42,254,6); }
td.TdClassName
{
border-color: #2AFE06;
}
.TagClassName
{
border-color: #2AFE06;
}
</style>