Shades of Shamrock #2AD29B
Tints of Shamrock #2AD29B
RGB
CMYK
RGB Variations
Color information
#2AD29B (or 0x2AD29B) is known color: Shamrock. HEX triplet: 2A, D2 and 9B. RGB value is (42,210,155). Sum of RGB (Red+Green+Blue) = 42+210+155=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD29B is #D52D64. Grayscale: #999999. Windows color (decimal): -13970789 or 10211882. OLE color: 10211882.
HSL color Cylindrical-coordinate representation of color #2AD29B: hue angle of 160.36º degrees, saturation: 0.67, 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 #2AD29B is Cyan = 0.8, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 155 | - |
| CMYK | 0.8 | 0 | 0.26 | 0.18 |
| HSL | 160.36º | 0.67% | 0.49% | - |
| HSV(B) | 160.36º | 0.8% | 0.82% | - |
| XYZ | 29.92 | 48.95 | 38.88 | - |
| YUV | 153.5 | 128.84 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 155 | 0.8 | 0 | 0.26 | 0.18 | 160.36 | 0.67 | 0.49 |
| Hex | 2A | D2 | 9B | 50 | 0 | 1A | 12 | A0 | 43 | 31 |
| Octal | 52 | 322 | 233 | 120 | 0 | 32 | 22 | 240 | 103 | 61 |
| Binary | 101010 | 11010010 | 10011011 | 1010000 | 0 | 11010 | 10010 | 10100000 | 1000011 | 110001 |
Color Harmonies of #2AD29B
Complementary color
Monochromatic Colors of #2AD29B
Black with #2AD29B
Text Example
Text Example
White with #2AD29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD29B; }
p { color: rgb(42,210,155); }
H1.HeaderClassName
{
color: #2AD29B;
}
.AnyTagClassName
{
color: #2AD29B;
}
</style>
background-color css
<style>
a { background-color: #2AD29B; }
a { background-color: rgb(42,210,155); }
div.DivClassName
{
background-color: #2AD29B;
}
.BgClassName
{
background-color: #2AD29B;
}
</style>
border-color css
<style>
span { border-color: #2AD29B; }
span { border-color: rgb(42,210,155); }
td.TdClassName
{
border-color: #2AD29B;
}
.TagClassName
{
border-color: #2AD29B;
}
</style>