Shades of Shamrock #2AE09B
Tints of Shamrock #2AE09B
RGB
CMYK
RGB Variations
Color information
#2AE09B (or 0x2AE09B) is known color: Shamrock. HEX triplet: 2A, E0 and 9B. RGB value is (42,224,155). Sum of RGB (Red+Green+Blue) = 42+224+155=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE09B is #D51F64. Grayscale: #A1A1A1. Windows color (decimal): -13967205 or 10215466. OLE color: 10215466.
HSL color Cylindrical-coordinate representation of color #2AE09B: hue angle of 157.25º 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 #2AE09B is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 224 | 155 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.12 |
| HSL | 157.25º | 0.75% | 0.52% | - |
| HSV(B) | 157.25º | 0.81% | 0.88% | - |
| XYZ | 33.53 | 56.17 | 40.09 | - |
| YUV | 161.72 | 124.2 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 224 | 155 | 0.81 | 0 | 0.31 | 0.12 | 157.25 | 0.75 | 0.52 |
| Hex | 2A | E0 | 9B | 51 | 0 | 1F | C | 9D | 4B | 34 |
| Octal | 52 | 340 | 233 | 121 | 0 | 37 | 14 | 235 | 113 | 64 |
| Binary | 101010 | 11100000 | 10011011 | 1010001 | 0 | 11111 | 1100 | 10011101 | 1001011 | 110100 |
Color Harmonies of #2AE09B
Complementary color
Monochromatic Colors of #2AE09B
Black with #2AE09B
Text Example
Text Example
White with #2AE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE09B; }
p { color: rgb(42,224,155); }
H1.HeaderClassName
{
color: #2AE09B;
}
.AnyTagClassName
{
color: #2AE09B;
}
</style>
background-color css
<style>
a { background-color: #2AE09B; }
a { background-color: rgb(42,224,155); }
div.DivClassName
{
background-color: #2AE09B;
}
.BgClassName
{
background-color: #2AE09B;
}
</style>
border-color css
<style>
span { border-color: #2AE09B; }
span { border-color: rgb(42,224,155); }
td.TdClassName
{
border-color: #2AE09B;
}
.TagClassName
{
border-color: #2AE09B;
}
</style>