Shades of Harlequin #2AFB0D
Tints of Harlequin #2AFB0D
RGB
CMYK
RGB Variations
Color information
#2AFB0D (or 0x2AFB0D) is known color: Harlequin. HEX triplet: 2A, FB and 0D. RGB value is (42,251,13). Sum of RGB (Red+Green+Blue) = 42+251+13=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 251 (98.44% from 255 or 82.03% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFB0D is #D504F2. Grayscale: #A2A2A2. Windows color (decimal): -13960435 or 916266. OLE color: 916266.
HSL color Cylindrical-coordinate representation of color #2AFB0D: hue angle of 112.69º 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 #2AFB0D is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 13 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.02 |
| HSL | 112.69º | 0.97% | 0.52% | - |
| HSV(B) | 112.69º | 0.95% | 0.98% | - |
| XYZ | 35.52 | 69.52 | 11.93 | - |
| YUV | 161.38 | 44.26 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 13 | 0.83 | 0 | 0.95 | 0.02 | 112.69 | 0.97 | 0.52 |
| Hex | 2A | FB | D | 53 | 0 | 5F | 2 | 71 | 61 | 34 |
| Octal | 52 | 373 | 15 | 123 | 0 | 137 | 2 | 161 | 141 | 64 |
| Binary | 101010 | 11111011 | 1101 | 1010011 | 0 | 1011111 | 10 | 1110001 | 1100001 | 110100 |
Color Harmonies of #2AFB0D
Complementary color
Monochromatic Colors of #2AFB0D
Black with #2AFB0D
Text Example
Text Example
White with #2AFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB0D; }
p { color: rgb(42,251,13); }
H1.HeaderClassName
{
color: #2AFB0D;
}
.AnyTagClassName
{
color: #2AFB0D;
}
</style>
background-color css
<style>
a { background-color: #2AFB0D; }
a { background-color: rgb(42,251,13); }
div.DivClassName
{
background-color: #2AFB0D;
}
.BgClassName
{
background-color: #2AFB0D;
}
</style>
border-color css
<style>
span { border-color: #2AFB0D; }
span { border-color: rgb(42,251,13); }
td.TdClassName
{
border-color: #2AFB0D;
}
.TagClassName
{
border-color: #2AFB0D;
}
</style>