Shades of Shamrock #2AE592
Tints of Shamrock #2AE592
RGB
CMYK
RGB Variations
Color information
#2AE592 (or 0x2AE592) is known color: Shamrock. HEX triplet: 2A, E5 and 92. RGB value is (42,229,146). Sum of RGB (Red+Green+Blue) = 42+229+146=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE592 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE592 is #D51A6D. Grayscale: #A3A3A3. Windows color (decimal): -13965934 or 9626922. OLE color: 9626922.
HSL color Cylindrical-coordinate representation of color #2AE592: hue angle of 153.37º 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 #2AE592 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 229 | 146 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.10 |
| HSL | 153.37º | 0.78% | 0.53% | - |
| HSV(B) | 153.37º | 0.82% | 0.9% | - |
| XYZ | 34.16 | 58.61 | 36.71 | - |
| YUV | 163.63 | 118.05 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 146 | 0.82 | 0 | 0.36 | 0.10 | 153.37 | 0.78 | 0.53 |
| Hex | 2A | E5 | 92 | 52 | 0 | 24 | A | 99 | 4E | 35 |
| Octal | 52 | 345 | 222 | 122 | 0 | 44 | 12 | 231 | 116 | 65 |
| Binary | 101010 | 11100101 | 10010010 | 1010010 | 0 | 100100 | 1010 | 10011001 | 1001110 | 110101 |
Color Harmonies of #2AE592
Complementary color
Monochromatic Colors of #2AE592
Black with #2AE592
Text Example
Text Example
White with #2AE592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE592; }
p { color: rgb(42,229,146); }
H1.HeaderClassName
{
color: #2AE592;
}
.AnyTagClassName
{
color: #2AE592;
}
</style>
background-color css
<style>
a { background-color: #2AE592; }
a { background-color: rgb(42,229,146); }
div.DivClassName
{
background-color: #2AE592;
}
.BgClassName
{
background-color: #2AE592;
}
</style>
border-color css
<style>
span { border-color: #2AE592; }
span { border-color: rgb(42,229,146); }
td.TdClassName
{
border-color: #2AE592;
}
.TagClassName
{
border-color: #2AE592;
}
</style>