Shades of Shamrock #2AE07B
Tints of Shamrock #2AE07B
RGB
CMYK
RGB Variations
Color information
#2AE07B (or 0x2AE07B) is known color: Shamrock. HEX triplet: 2A, E0 and 7B. RGB value is (42,224,123). Sum of RGB (Red+Green+Blue) = 42+224+123=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 224 (87.89% from 255 or 57.58% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE07B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE07B is #D51F84. Grayscale: #9E9E9E. Windows color (decimal): -13967237 or 8118314. OLE color: 8118314.
HSL color Cylindrical-coordinate representation of color #2AE07B: hue angle of 146.7º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE07B is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 224 | 123 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.12 |
| HSL | 146.7º | 0.75% | 0.52% | - |
| HSV(B) | 146.7º | 0.81% | 0.88% | - |
| XYZ | 31.19 | 55.23 | 27.76 | - |
| YUV | 158.07 | 108.2 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 224 | 123 | 0.81 | 0 | 0.45 | 0.12 | 146.7 | 0.75 | 0.52 |
| Hex | 2A | E0 | 7B | 51 | 0 | 2D | C | 93 | 4B | 34 |
| Octal | 52 | 340 | 173 | 121 | 0 | 55 | 14 | 223 | 113 | 64 |
| Binary | 101010 | 11100000 | 1111011 | 1010001 | 0 | 101101 | 1100 | 10010011 | 1001011 | 110100 |
Color Harmonies of #2AE07B
Complementary color
Monochromatic Colors of #2AE07B
Black with #2AE07B
Text Example
Text Example
White with #2AE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE07B; }
p { color: rgb(42,224,123); }
H1.HeaderClassName
{
color: #2AE07B;
}
.AnyTagClassName
{
color: #2AE07B;
}
</style>
background-color css
<style>
a { background-color: #2AE07B; }
a { background-color: rgb(42,224,123); }
div.DivClassName
{
background-color: #2AE07B;
}
.BgClassName
{
background-color: #2AE07B;
}
</style>
border-color css
<style>
span { border-color: #2AE07B; }
span { border-color: rgb(42,224,123); }
td.TdClassName
{
border-color: #2AE07B;
}
.TagClassName
{
border-color: #2AE07B;
}
</style>