Shades of Shamrock #2AD59A
Tints of Shamrock #2AD59A
RGB
CMYK
RGB Variations
Color information
#2AD59A (or 0x2AD59A) is known color: Shamrock. HEX triplet: 2A, D5 and 9A. RGB value is (42,213,154). Sum of RGB (Red+Green+Blue) = 42+213+154=409 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.27% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD59A is #D52A65. Grayscale: #9B9B9B. Windows color (decimal): -13970022 or 10147114. OLE color: 10147114.
HSL color Cylindrical-coordinate representation of color #2AD59A: hue angle of 159.3º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD59A is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 154 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.16 |
| HSL | 159.3º | 0.67% | 0.5% | - |
| HSV(B) | 159.3º | 0.8% | 0.84% | - |
| XYZ | 30.58 | 50.41 | 38.69 | - |
| YUV | 155.15 | 127.35 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 154 | 0.80 | 0 | 0.28 | 0.16 | 159.3 | 0.67 | 0.5 |
| Hex | 2A | D5 | 9A | 50 | 0 | 1C | 10 | 9F | 43 | 32 |
| Octal | 52 | 325 | 232 | 120 | 0 | 34 | 20 | 237 | 103 | 62 |
| Binary | 101010 | 11010101 | 10011010 | 1010000 | 0 | 11100 | 10000 | 10011111 | 1000011 | 110010 |
Color Harmonies of #2AD59A
Complementary color
Monochromatic Colors of #2AD59A
Black with #2AD59A
Text Example
Text Example
White with #2AD59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD59A; }
p { color: rgb(42,213,154); }
H1.HeaderClassName
{
color: #2AD59A;
}
.AnyTagClassName
{
color: #2AD59A;
}
</style>
background-color css
<style>
a { background-color: #2AD59A; }
a { background-color: rgb(42,213,154); }
div.DivClassName
{
background-color: #2AD59A;
}
.BgClassName
{
background-color: #2AD59A;
}
</style>
border-color css
<style>
span { border-color: #2AD59A; }
span { border-color: rgb(42,213,154); }
td.TdClassName
{
border-color: #2AD59A;
}
.TagClassName
{
border-color: #2AD59A;
}
</style>