Shades of Shamrock #2AD096
Tints of Shamrock #2AD096
RGB
CMYK
RGB Variations
Color information
#2AD096 (or 0x2AD096) is known color: Shamrock. HEX triplet: 2A, D0 and 96. RGB value is (42,208,150). Sum of RGB (Red+Green+Blue) = 42+208+150=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD096 is #D52F69. Grayscale: #979797. Windows color (decimal): -13971306 or 9883690. OLE color: 9883690.
HSL color Cylindrical-coordinate representation of color #2AD096: hue angle of 159.04º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD096 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 150 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.18 |
| HSL | 159.04º | 0.66% | 0.49% | - |
| HSV(B) | 159.04º | 0.8% | 0.82% | - |
| XYZ | 29.02 | 47.81 | 36.55 | - |
| YUV | 151.75 | 127 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 150 | 0.80 | 0 | 0.28 | 0.18 | 159.04 | 0.66 | 0.49 |
| Hex | 2A | D0 | 96 | 50 | 0 | 1C | 12 | 9F | 42 | 31 |
| Octal | 52 | 320 | 226 | 120 | 0 | 34 | 22 | 237 | 102 | 61 |
| Binary | 101010 | 11010000 | 10010110 | 1010000 | 0 | 11100 | 10010 | 10011111 | 1000010 | 110001 |
Color Harmonies of #2AD096
Complementary color
Monochromatic Colors of #2AD096
Black with #2AD096
Text Example
Text Example
White with #2AD096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD096; }
p { color: rgb(42,208,150); }
H1.HeaderClassName
{
color: #2AD096;
}
.AnyTagClassName
{
color: #2AD096;
}
</style>
background-color css
<style>
a { background-color: #2AD096; }
a { background-color: rgb(42,208,150); }
div.DivClassName
{
background-color: #2AD096;
}
.BgClassName
{
background-color: #2AD096;
}
</style>
border-color css
<style>
span { border-color: #2AD096; }
span { border-color: rgb(42,208,150); }
td.TdClassName
{
border-color: #2AD096;
}
.TagClassName
{
border-color: #2AD096;
}
</style>