Shades of Shamrock #2AD085
Tints of Shamrock #2AD085
RGB
CMYK
RGB Variations
Color information
#2AD085 (or 0x2AD085) is known color: Shamrock. HEX triplet: 2A, D0 and 85. RGB value is (42,208,133). Sum of RGB (Red+Green+Blue) = 42+208+133=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD085 is #D52F7A. Grayscale: #959595. Windows color (decimal): -13971323 or 8769578. OLE color: 8769578.
HSL color Cylindrical-coordinate representation of color #2AD085: hue angle of 152.89º 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 #2AD085 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 133 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.18 |
| HSL | 152.89º | 0.66% | 0.49% | - |
| HSV(B) | 152.89º | 0.8% | 0.82% | - |
| XYZ | 27.74 | 47.3 | 29.86 | - |
| YUV | 149.82 | 118.5 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 133 | 0.80 | 0 | 0.36 | 0.18 | 152.89 | 0.66 | 0.49 |
| Hex | 2A | D0 | 85 | 50 | 0 | 24 | 12 | 99 | 42 | 31 |
| Octal | 52 | 320 | 205 | 120 | 0 | 44 | 22 | 231 | 102 | 61 |
| Binary | 101010 | 11010000 | 10000101 | 1010000 | 0 | 100100 | 10010 | 10011001 | 1000010 | 110001 |
Color Harmonies of #2AD085
Complementary color
Monochromatic Colors of #2AD085
Black with #2AD085
Text Example
Text Example
White with #2AD085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD085; }
p { color: rgb(42,208,133); }
H1.HeaderClassName
{
color: #2AD085;
}
.AnyTagClassName
{
color: #2AD085;
}
</style>
background-color css
<style>
a { background-color: #2AD085; }
a { background-color: rgb(42,208,133); }
div.DivClassName
{
background-color: #2AD085;
}
.BgClassName
{
background-color: #2AD085;
}
</style>
border-color css
<style>
span { border-color: #2AD085; }
span { border-color: rgb(42,208,133); }
td.TdClassName
{
border-color: #2AD085;
}
.TagClassName
{
border-color: #2AD085;
}
</style>