Shades of Harlequin #2AE008
Tints of Harlequin #2AE008
RGB
CMYK
RGB Variations
Color information
#2AE008 (or 0x2AE008) is known color: Harlequin. HEX triplet: 2A, E0 and 08. RGB value is (42,224,8). Sum of RGB (Red+Green+Blue) = 42+224+8=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 224 (87.89% from 255 or 81.75% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE008 is #D51FF7. Grayscale: #919191. Windows color (decimal): -13967352 or 581674. OLE color: 581674.
HSL color Cylindrical-coordinate representation of color #2AE008: hue angle of 110.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AE008 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 224 | 8 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.12 |
| HSL | 110.56º | 0.93% | 0.45% | - |
| HSV(B) | 110.56º | 0.96% | 0.88% | - |
| XYZ | 27.65 | 53.82 | 9.16 | - |
| YUV | 144.96 | 50.7 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 224 | 8 | 0.81 | 0 | 0.96 | 0.12 | 110.56 | 0.93 | 0.45 |
| Hex | 2A | E0 | 8 | 51 | 0 | 60 | C | 6F | 5D | 2D |
| Octal | 52 | 340 | 10 | 121 | 0 | 140 | 14 | 157 | 135 | 55 |
| Binary | 101010 | 11100000 | 1000 | 1010001 | 0 | 1100000 | 1100 | 1101111 | 1011101 | 101101 |
Color Harmonies of #2AE008
Complementary color
Monochromatic Colors of #2AE008
Black with #2AE008
Text Example
Text Example
White with #2AE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE008; }
p { color: rgb(42,224,8); }
H1.HeaderClassName
{
color: #2AE008;
}
.AnyTagClassName
{
color: #2AE008;
}
</style>
background-color css
<style>
a { background-color: #2AE008; }
a { background-color: rgb(42,224,8); }
div.DivClassName
{
background-color: #2AE008;
}
.BgClassName
{
background-color: #2AE008;
}
</style>
border-color css
<style>
span { border-color: #2AE008; }
span { border-color: rgb(42,224,8); }
td.TdClassName
{
border-color: #2AE008;
}
.TagClassName
{
border-color: #2AE008;
}
</style>