Shades of Harlequin #2AEA0F
Tints of Harlequin #2AEA0F
RGB
CMYK
RGB Variations
Color information
#2AEA0F (or 0x2AEA0F) is known color: Harlequin. HEX triplet: 2A, EA and 0F. RGB value is (42,234,15). Sum of RGB (Red+Green+Blue) = 42+234+15=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 234 (91.80% from 255 or 80.41% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AEA0F is #D515F0. Grayscale: #989898. Windows color (decimal): -13964785 or 1042986. OLE color: 1042986.
HSL color Cylindrical-coordinate representation of color #2AEA0F: hue angle of 112.6º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AEA0F is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 15 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.08 |
| HSL | 112.6º | 0.88% | 0.49% | - |
| HSV(B) | 112.6º | 0.94% | 0.92% | - |
| XYZ | 30.46 | 59.37 | 10.31 | - |
| YUV | 151.63 | 50.89 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 15 | 0.82 | 0 | 0.94 | 0.08 | 112.6 | 0.88 | 0.49 |
| Hex | 2A | EA | F | 52 | 0 | 5E | 8 | 71 | 58 | 31 |
| Octal | 52 | 352 | 17 | 122 | 0 | 136 | 10 | 161 | 130 | 61 |
| Binary | 101010 | 11101010 | 1111 | 1010010 | 0 | 1011110 | 1000 | 1110001 | 1011000 | 110001 |
Color Harmonies of #2AEA0F
Complementary color
Monochromatic Colors of #2AEA0F
Black with #2AEA0F
Text Example
Text Example
White with #2AEA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEA0F; }
p { color: rgb(42,234,15); }
H1.HeaderClassName
{
color: #2AEA0F;
}
.AnyTagClassName
{
color: #2AEA0F;
}
</style>
background-color css
<style>
a { background-color: #2AEA0F; }
a { background-color: rgb(42,234,15); }
div.DivClassName
{
background-color: #2AEA0F;
}
.BgClassName
{
background-color: #2AEA0F;
}
</style>
border-color css
<style>
span { border-color: #2AEA0F; }
span { border-color: rgb(42,234,15); }
td.TdClassName
{
border-color: #2AEA0F;
}
.TagClassName
{
border-color: #2AEA0F;
}
</style>