Shades of Shamrock #2AD98C
Tints of Shamrock #2AD98C
RGB
CMYK
RGB Variations
Color information
#2AD98C (or 0x2AD98C) is known color: Shamrock. HEX triplet: 2A, D9 and 8C. RGB value is (42,217,140). Sum of RGB (Red+Green+Blue) = 42+217+140=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD98C is #D52673. Grayscale: #9C9C9C. Windows color (decimal): -13969012 or 9230634. OLE color: 9230634.
HSL color Cylindrical-coordinate representation of color #2AD98C: hue angle of 153.6º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD98C is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 140 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.15 |
| HSL | 153.6º | 0.7% | 0.51% | - |
| HSV(B) | 153.6º | 0.81% | 0.85% | - |
| XYZ | 30.5 | 52.01 | 33.24 | - |
| YUV | 155.9 | 119.02 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 140 | 0.81 | 0 | 0.35 | 0.15 | 153.6 | 0.7 | 0.51 |
| Hex | 2A | D9 | 8C | 51 | 0 | 23 | F | 9A | 46 | 33 |
| Octal | 52 | 331 | 214 | 121 | 0 | 43 | 17 | 232 | 106 | 63 |
| Binary | 101010 | 11011001 | 10001100 | 1010001 | 0 | 100011 | 1111 | 10011010 | 1000110 | 110011 |
Color Harmonies of #2AD98C
Complementary color
Monochromatic Colors of #2AD98C
Black with #2AD98C
Text Example
Text Example
White with #2AD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD98C; }
p { color: rgb(42,217,140); }
H1.HeaderClassName
{
color: #2AD98C;
}
.AnyTagClassName
{
color: #2AD98C;
}
</style>
background-color css
<style>
a { background-color: #2AD98C; }
a { background-color: rgb(42,217,140); }
div.DivClassName
{
background-color: #2AD98C;
}
.BgClassName
{
background-color: #2AD98C;
}
</style>
border-color css
<style>
span { border-color: #2AD98C; }
span { border-color: rgb(42,217,140); }
td.TdClassName
{
border-color: #2AD98C;
}
.TagClassName
{
border-color: #2AD98C;
}
</style>