Shades of Shamrock #2AEBA2
Tints of Shamrock #2AEBA2
RGB
CMYK
RGB Variations
Color information
#2AEBA2 (or 0x2AEBA2) is known color: Shamrock. HEX triplet: 2A, EB and A2. RGB value is (42,235,162). Sum of RGB (Red+Green+Blue) = 42+235+162=439 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.57% from 439); Green value is 235 (92.19% from 255 or 53.53% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AEBA2 is #D5145D. Grayscale: #A9A9A9. Windows color (decimal): -13964382 or 10677034. OLE color: 10677034.
HSL color Cylindrical-coordinate representation of color #2AEBA2: hue angle of 157.31º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEBA2 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 235 | 162 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.08 |
| HSL | 157.31º | 0.83% | 0.54% | - |
| HSV(B) | 157.31º | 0.82% | 0.92% | - |
| XYZ | 37.18 | 62.52 | 44.29 | - |
| YUV | 168.97 | 124.06 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 162 | 0.82 | 0 | 0.31 | 0.08 | 157.31 | 0.83 | 0.54 |
| Hex | 2A | EB | A2 | 52 | 0 | 1F | 8 | 9D | 53 | 36 |
| Octal | 52 | 353 | 242 | 122 | 0 | 37 | 10 | 235 | 123 | 66 |
| Binary | 101010 | 11101011 | 10100010 | 1010010 | 0 | 11111 | 1000 | 10011101 | 1010011 | 110110 |
Color Harmonies of #2AEBA2
Complementary color
Monochromatic Colors of #2AEBA2
Black with #2AEBA2
Text Example
Text Example
White with #2AEBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEBA2; }
p { color: rgb(42,235,162); }
H1.HeaderClassName
{
color: #2AEBA2;
}
.AnyTagClassName
{
color: #2AEBA2;
}
</style>
background-color css
<style>
a { background-color: #2AEBA2; }
a { background-color: rgb(42,235,162); }
div.DivClassName
{
background-color: #2AEBA2;
}
.BgClassName
{
background-color: #2AEBA2;
}
</style>
border-color css
<style>
span { border-color: #2AEBA2; }
span { border-color: rgb(42,235,162); }
td.TdClassName
{
border-color: #2AEBA2;
}
.TagClassName
{
border-color: #2AEBA2;
}
</style>