Shades of Shamrock #2AEC9C
Tints of Shamrock #2AEC9C
RGB
CMYK
RGB Variations
Color information
#2AEC9C (or 0x2AEC9C) is known color: Shamrock. HEX triplet: 2A, EC and 9C. RGB value is (42,236,156). Sum of RGB (Red+Green+Blue) = 42+236+156=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AEC9C is #D51363. Grayscale: #A8A8A8. Windows color (decimal): -13964132 or 10284074. OLE color: 10284074.
HSL color Cylindrical-coordinate representation of color #2AEC9C: hue angle of 155.26º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEC9C is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 156 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.07 |
| HSL | 155.26º | 0.84% | 0.55% | - |
| HSV(B) | 155.26º | 0.82% | 0.93% | - |
| XYZ | 36.95 | 62.88 | 41.64 | - |
| YUV | 168.87 | 120.73 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 156 | 0.82 | 0 | 0.34 | 0.07 | 155.26 | 0.84 | 0.55 |
| Hex | 2A | EC | 9C | 52 | 0 | 22 | 7 | 9B | 54 | 37 |
| Octal | 52 | 354 | 234 | 122 | 0 | 42 | 7 | 233 | 124 | 67 |
| Binary | 101010 | 11101100 | 10011100 | 1010010 | 0 | 100010 | 111 | 10011011 | 1010100 | 110111 |
Color Harmonies of #2AEC9C
Complementary color
Monochromatic Colors of #2AEC9C
Black with #2AEC9C
Text Example
Text Example
White with #2AEC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEC9C; }
p { color: rgb(42,236,156); }
H1.HeaderClassName
{
color: #2AEC9C;
}
.AnyTagClassName
{
color: #2AEC9C;
}
</style>
background-color css
<style>
a { background-color: #2AEC9C; }
a { background-color: rgb(42,236,156); }
div.DivClassName
{
background-color: #2AEC9C;
}
.BgClassName
{
background-color: #2AEC9C;
}
</style>
border-color css
<style>
span { border-color: #2AEC9C; }
span { border-color: rgb(42,236,156); }
td.TdClassName
{
border-color: #2AEC9C;
}
.TagClassName
{
border-color: #2AEC9C;
}
</style>