Shades of Shamrock #2AE585
Tints of Shamrock #2AE585
RGB
CMYK
RGB Variations
Color information
#2AE585 (or 0x2AE585) is known color: Shamrock. HEX triplet: 2A, E5 and 85. RGB value is (42,229,133). Sum of RGB (Red+Green+Blue) = 42+229+133=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 229 (89.84% from 255 or 56.68% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE585 is #D51A7A. Grayscale: #A2A2A2. Windows color (decimal): -13965947 or 8774954. OLE color: 8774954.
HSL color Cylindrical-coordinate representation of color #2AE585: hue angle of 149.2º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE585 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 229 | 133 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.10 |
| HSL | 149.2º | 0.78% | 0.53% | - |
| HSV(B) | 149.2º | 0.82% | 0.9% | - |
| XYZ | 33.21 | 58.22 | 31.68 | - |
| YUV | 162.14 | 111.55 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 133 | 0.82 | 0 | 0.42 | 0.10 | 149.2 | 0.78 | 0.53 |
| Hex | 2A | E5 | 85 | 52 | 0 | 2A | A | 95 | 4E | 35 |
| Octal | 52 | 345 | 205 | 122 | 0 | 52 | 12 | 225 | 116 | 65 |
| Binary | 101010 | 11100101 | 10000101 | 1010010 | 0 | 101010 | 1010 | 10010101 | 1001110 | 110101 |
Color Harmonies of #2AE585
Complementary color
Monochromatic Colors of #2AE585
Black with #2AE585
Text Example
Text Example
White with #2AE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE585; }
p { color: rgb(42,229,133); }
H1.HeaderClassName
{
color: #2AE585;
}
.AnyTagClassName
{
color: #2AE585;
}
</style>
background-color css
<style>
a { background-color: #2AE585; }
a { background-color: rgb(42,229,133); }
div.DivClassName
{
background-color: #2AE585;
}
.BgClassName
{
background-color: #2AE585;
}
</style>
border-color css
<style>
span { border-color: #2AE585; }
span { border-color: rgb(42,229,133); }
td.TdClassName
{
border-color: #2AE585;
}
.TagClassName
{
border-color: #2AE585;
}
</style>