Shades of Harlequin #2AFB0C
Tints of Harlequin #2AFB0C
RGB
CMYK
RGB Variations
Color information
#2AFB0C (or 0x2AFB0C) is known color: Harlequin. HEX triplet: 2A, FB and 0C. RGB value is (42,251,12). Sum of RGB (Red+Green+Blue) = 42+251+12=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 251 (98.44% from 255 or 82.30% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFB0C is #D504F3. Grayscale: #A2A2A2. Windows color (decimal): -13960436 or 850730. OLE color: 850730.
HSL color Cylindrical-coordinate representation of color #2AFB0C: hue angle of 112.47º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AFB0C is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 12 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.02 |
| HSL | 112.47º | 0.97% | 0.52% | - |
| HSV(B) | 112.47º | 0.95% | 0.98% | - |
| XYZ | 35.52 | 69.51 | 11.89 | - |
| YUV | 161.26 | 43.76 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 12 | 0.83 | 0 | 0.95 | 0.02 | 112.47 | 0.97 | 0.52 |
| Hex | 2A | FB | C | 53 | 0 | 5F | 2 | 70 | 61 | 34 |
| Octal | 52 | 373 | 14 | 123 | 0 | 137 | 2 | 160 | 141 | 64 |
| Binary | 101010 | 11111011 | 1100 | 1010011 | 0 | 1011111 | 10 | 1110000 | 1100001 | 110100 |
Color Harmonies of #2AFB0C
Complementary color
Monochromatic Colors of #2AFB0C
Black with #2AFB0C
Text Example
Text Example
White with #2AFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB0C; }
p { color: rgb(42,251,12); }
H1.HeaderClassName
{
color: #2AFB0C;
}
.AnyTagClassName
{
color: #2AFB0C;
}
</style>
background-color css
<style>
a { background-color: #2AFB0C; }
a { background-color: rgb(42,251,12); }
div.DivClassName
{
background-color: #2AFB0C;
}
.BgClassName
{
background-color: #2AFB0C;
}
</style>
border-color css
<style>
span { border-color: #2AFB0C; }
span { border-color: rgb(42,251,12); }
td.TdClassName
{
border-color: #2AFB0C;
}
.TagClassName
{
border-color: #2AFB0C;
}
</style>