Shades of Harlequin #2AFE0C
Tints of Harlequin #2AFE0C
RGB
CMYK
RGB Variations
Color information
#2AFE0C (or 0x2AFE0C) is known color: Harlequin. HEX triplet: 2A, FE and 0C. RGB value is (42,254,12). Sum of RGB (Red+Green+Blue) = 42+254+12=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 254 (99.61% from 255 or 82.47% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFE0C is #D501F3. Grayscale: #A3A3A3. Windows color (decimal): -13959668 or 851498. OLE color: 851498.
HSL color Cylindrical-coordinate representation of color #2AFE0C: hue angle of 112.56º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AFE0C is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 12 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.00 |
| HSL | 112.56º | 0.99% | 0.52% | - |
| HSV(B) | 112.56º | 0.95% | 1% | - |
| XYZ | 36.46 | 71.4 | 12.21 | - |
| YUV | 163.02 | 42.76 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 12 | 0.83 | 0 | 0.95 | 0.00 | 112.56 | 0.99 | 0.52 |
| Hex | 2A | FE | C | 53 | 0 | 5F | 0 | 71 | 63 | 34 |
| Octal | 52 | 376 | 14 | 123 | 0 | 137 | 0 | 161 | 143 | 64 |
| Binary | 101010 | 11111110 | 1100 | 1010011 | 0 | 1011111 | 0 | 1110001 | 1100011 | 110100 |
Color Harmonies of #2AFE0C
Complementary color
Monochromatic Colors of #2AFE0C
Black with #2AFE0C
Text Example
Text Example
White with #2AFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE0C; }
p { color: rgb(42,254,12); }
H1.HeaderClassName
{
color: #2AFE0C;
}
.AnyTagClassName
{
color: #2AFE0C;
}
</style>
background-color css
<style>
a { background-color: #2AFE0C; }
a { background-color: rgb(42,254,12); }
div.DivClassName
{
background-color: #2AFE0C;
}
.BgClassName
{
background-color: #2AFE0C;
}
</style>
border-color css
<style>
span { border-color: #2AFE0C; }
span { border-color: rgb(42,254,12); }
td.TdClassName
{
border-color: #2AFE0C;
}
.TagClassName
{
border-color: #2AFE0C;
}
</style>