Shades of Shamrock #2AD09A
Tints of Shamrock #2AD09A
RGB
CMYK
RGB Variations
Color information
#2AD09A (or 0x2AD09A) is known color: Shamrock. HEX triplet: 2A, D0 and 9A. RGB value is (42,208,154). Sum of RGB (Red+Green+Blue) = 42+208+154=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD09A is #D52F65. Grayscale: #989898. Windows color (decimal): -13971302 or 10145834. OLE color: 10145834.
HSL color Cylindrical-coordinate representation of color #2AD09A: hue angle of 160.48º 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 #2AD09A is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 154 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.18 |
| HSL | 160.48º | 0.66% | 0.49% | - |
| HSV(B) | 160.48º | 0.8% | 0.82% | - |
| XYZ | 29.34 | 47.94 | 38.28 | - |
| YUV | 152.21 | 129 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 154 | 0.80 | 0 | 0.26 | 0.18 | 160.48 | 0.66 | 0.49 |
| Hex | 2A | D0 | 9A | 50 | 0 | 1A | 12 | A0 | 42 | 31 |
| Octal | 52 | 320 | 232 | 120 | 0 | 32 | 22 | 240 | 102 | 61 |
| Binary | 101010 | 11010000 | 10011010 | 1010000 | 0 | 11010 | 10010 | 10100000 | 1000010 | 110001 |
Color Harmonies of #2AD09A
Complementary color
Monochromatic Colors of #2AD09A
Black with #2AD09A
Text Example
Text Example
White with #2AD09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD09A; }
p { color: rgb(42,208,154); }
H1.HeaderClassName
{
color: #2AD09A;
}
.AnyTagClassName
{
color: #2AD09A;
}
</style>
background-color css
<style>
a { background-color: #2AD09A; }
a { background-color: rgb(42,208,154); }
div.DivClassName
{
background-color: #2AD09A;
}
.BgClassName
{
background-color: #2AD09A;
}
</style>
border-color css
<style>
span { border-color: #2AD09A; }
span { border-color: rgb(42,208,154); }
td.TdClassName
{
border-color: #2AD09A;
}
.TagClassName
{
border-color: #2AD09A;
}
</style>