Shades of Harlequin #2AFB0E
Tints of Harlequin #2AFB0E
RGB
CMYK
RGB Variations
Color information
#2AFB0E (or 0x2AFB0E) is known color: Harlequin. HEX triplet: 2A, FB and 0E. RGB value is (42,251,14). Sum of RGB (Red+Green+Blue) = 42+251+14=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 251 (98.44% from 255 or 81.76% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFB0E is #D504F1. Grayscale: #A2A2A2. Windows color (decimal): -13960434 or 981802. OLE color: 981802.
HSL color Cylindrical-coordinate representation of color #2AFB0E: hue angle of 112.91º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AFB0E is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 14 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.02 |
| HSL | 112.91º | 0.97% | 0.52% | - |
| HSV(B) | 112.91º | 0.94% | 0.98% | - |
| XYZ | 35.53 | 69.52 | 11.96 | - |
| YUV | 161.49 | 44.76 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 14 | 0.83 | 0 | 0.94 | 0.02 | 112.91 | 0.97 | 0.52 |
| Hex | 2A | FB | E | 53 | 0 | 5E | 2 | 71 | 61 | 34 |
| Octal | 52 | 373 | 16 | 123 | 0 | 136 | 2 | 161 | 141 | 64 |
| Binary | 101010 | 11111011 | 1110 | 1010011 | 0 | 1011110 | 10 | 1110001 | 1100001 | 110100 |
Color Harmonies of #2AFB0E
Complementary color
Monochromatic Colors of #2AFB0E
Black with #2AFB0E
Text Example
Text Example
White with #2AFB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB0E; }
p { color: rgb(42,251,14); }
H1.HeaderClassName
{
color: #2AFB0E;
}
.AnyTagClassName
{
color: #2AFB0E;
}
</style>
background-color css
<style>
a { background-color: #2AFB0E; }
a { background-color: rgb(42,251,14); }
div.DivClassName
{
background-color: #2AFB0E;
}
.BgClassName
{
background-color: #2AFB0E;
}
</style>
border-color css
<style>
span { border-color: #2AFB0E; }
span { border-color: rgb(42,251,14); }
td.TdClassName
{
border-color: #2AFB0E;
}
.TagClassName
{
border-color: #2AFB0E;
}
</style>