Shades of Shamrock #2AD88A
Tints of Shamrock #2AD88A
RGB
CMYK
RGB Variations
Color information
#2AD88A (or 0x2AD88A) is known color: Shamrock. HEX triplet: 2A, D8 and 8A. RGB value is (42,216,138). Sum of RGB (Red+Green+Blue) = 42+216+138=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD88A is #D52775. Grayscale: #9B9B9B. Windows color (decimal): -13969270 or 9099306. OLE color: 9099306.
HSL color Cylindrical-coordinate representation of color #2AD88A: hue angle of 153.1º degrees, saturation: 0.69, 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 #2AD88A is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 138 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.15 |
| HSL | 153.1º | 0.69% | 0.51% | - |
| HSV(B) | 153.1º | 0.81% | 0.85% | - |
| XYZ | 30.1 | 51.44 | 32.39 | - |
| YUV | 155.08 | 118.35 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 138 | 0.81 | 0 | 0.36 | 0.15 | 153.1 | 0.69 | 0.51 |
| Hex | 2A | D8 | 8A | 51 | 0 | 24 | F | 99 | 45 | 33 |
| Octal | 52 | 330 | 212 | 121 | 0 | 44 | 17 | 231 | 105 | 63 |
| Binary | 101010 | 11011000 | 10001010 | 1010001 | 0 | 100100 | 1111 | 10011001 | 1000101 | 110011 |
Color Harmonies of #2AD88A
Complementary color
Monochromatic Colors of #2AD88A
Black with #2AD88A
Text Example
Text Example
White with #2AD88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD88A; }
p { color: rgb(42,216,138); }
H1.HeaderClassName
{
color: #2AD88A;
}
.AnyTagClassName
{
color: #2AD88A;
}
</style>
background-color css
<style>
a { background-color: #2AD88A; }
a { background-color: rgb(42,216,138); }
div.DivClassName
{
background-color: #2AD88A;
}
.BgClassName
{
background-color: #2AD88A;
}
</style>
border-color css
<style>
span { border-color: #2AD88A; }
span { border-color: rgb(42,216,138); }
td.TdClassName
{
border-color: #2AD88A;
}
.TagClassName
{
border-color: #2AD88A;
}
</style>