Shades of Shamrock #2AF087
Tints of Shamrock #2AF087
RGB
CMYK
RGB Variations
Color information
#2AF087 (or 0x2AF087) is known color: Shamrock. HEX triplet: 2A, F0 and 87. RGB value is (42,240,135). Sum of RGB (Red+Green+Blue) = 42+240+135=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 240 (94.14% from 255 or 57.55% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF087 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF087 is #D50F78. Grayscale: #A9A9A9. Windows color (decimal): -13963129 or 8908842. OLE color: 8908842.
HSL color Cylindrical-coordinate representation of color #2AF087: hue angle of 148.18º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AF087 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 135 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.06 |
| HSL | 148.18º | 0.87% | 0.55% | - |
| HSV(B) | 148.18º | 0.83% | 0.94% | - |
| XYZ | 36.49 | 64.56 | 33.46 | - |
| YUV | 168.83 | 108.9 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 135 | 0.82 | 0 | 0.44 | 0.06 | 148.18 | 0.87 | 0.55 |
| Hex | 2A | F0 | 87 | 52 | 0 | 2C | 6 | 94 | 57 | 37 |
| Octal | 52 | 360 | 207 | 122 | 0 | 54 | 6 | 224 | 127 | 67 |
| Binary | 101010 | 11110000 | 10000111 | 1010010 | 0 | 101100 | 110 | 10010100 | 1010111 | 110111 |
Color Harmonies of #2AF087
Complementary color
Monochromatic Colors of #2AF087
Black with #2AF087
Text Example
Text Example
White with #2AF087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF087; }
p { color: rgb(42,240,135); }
H1.HeaderClassName
{
color: #2AF087;
}
.AnyTagClassName
{
color: #2AF087;
}
</style>
background-color css
<style>
a { background-color: #2AF087; }
a { background-color: rgb(42,240,135); }
div.DivClassName
{
background-color: #2AF087;
}
.BgClassName
{
background-color: #2AF087;
}
</style>
border-color css
<style>
span { border-color: #2AF087; }
span { border-color: rgb(42,240,135); }
td.TdClassName
{
border-color: #2AF087;
}
.TagClassName
{
border-color: #2AF087;
}
</style>