Shades of Shamrock #2AD08B
Tints of Shamrock #2AD08B
RGB
CMYK
RGB Variations
Color information
#2AD08B (or 0x2AD08B) is known color: Shamrock. HEX triplet: 2A, D0 and 8B. RGB value is (42,208,139). Sum of RGB (Red+Green+Blue) = 42+208+139=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD08B is #D52F74. Grayscale: #969696. Windows color (decimal): -13971317 or 9162794. OLE color: 9162794.
HSL color Cylindrical-coordinate representation of color #2AD08B: hue angle of 155.06º 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 #2AD08B is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 139 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.18 |
| HSL | 155.06º | 0.66% | 0.49% | - |
| HSV(B) | 155.06º | 0.8% | 0.82% | - |
| XYZ | 28.17 | 47.47 | 32.1 | - |
| YUV | 150.5 | 121.5 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 139 | 0.80 | 0 | 0.33 | 0.18 | 155.06 | 0.66 | 0.49 |
| Hex | 2A | D0 | 8B | 50 | 0 | 21 | 12 | 9B | 42 | 31 |
| Octal | 52 | 320 | 213 | 120 | 0 | 41 | 22 | 233 | 102 | 61 |
| Binary | 101010 | 11010000 | 10001011 | 1010000 | 0 | 100001 | 10010 | 10011011 | 1000010 | 110001 |
Color Harmonies of #2AD08B
Complementary color
Monochromatic Colors of #2AD08B
Black with #2AD08B
Text Example
Text Example
White with #2AD08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD08B; }
p { color: rgb(42,208,139); }
H1.HeaderClassName
{
color: #2AD08B;
}
.AnyTagClassName
{
color: #2AD08B;
}
</style>
background-color css
<style>
a { background-color: #2AD08B; }
a { background-color: rgb(42,208,139); }
div.DivClassName
{
background-color: #2AD08B;
}
.BgClassName
{
background-color: #2AD08B;
}
</style>
border-color css
<style>
span { border-color: #2AD08B; }
span { border-color: rgb(42,208,139); }
td.TdClassName
{
border-color: #2AD08B;
}
.TagClassName
{
border-color: #2AD08B;
}
</style>