Shades of Shamrock #3AD099
Tints of Shamrock #3AD099
RGB
CMYK
RGB Variations
Color information
#3AD099 (or 0x3AD099) is known color: Shamrock. HEX triplet: 3A, D0 and 99. RGB value is (58,208,153). Sum of RGB (Red+Green+Blue) = 58+208+153=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD099 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD099 is #C52F66. Grayscale: #9C9C9C. Windows color (decimal): -12922727 or 10080314. OLE color: 10080314.
HSL color Cylindrical-coordinate representation of color #3AD099: hue angle of 158º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD099 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 153 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.18 |
| HSL | 158º | 0.61% | 0.52% | - |
| HSV(B) | 158º | 0.72% | 0.82% | - |
| XYZ | 30.05 | 48.31 | 37.88 | - |
| YUV | 156.88 | 125.81 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 153 | 0.72 | 0 | 0.26 | 0.18 | 158 | 0.61 | 0.52 |
| Hex | 3A | D0 | 99 | 48 | 0 | 1A | 12 | 9E | 3D | 34 |
| Octal | 72 | 320 | 231 | 110 | 0 | 32 | 22 | 236 | 75 | 64 |
| Binary | 111010 | 11010000 | 10011001 | 1001000 | 0 | 11010 | 10010 | 10011110 | 111101 | 110100 |
Color Harmonies of #3AD099
Complementary color
Monochromatic Colors of #3AD099
Black with #3AD099
Text Example
Text Example
White with #3AD099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD099; }
p { color: rgb(58,208,153); }
H1.HeaderClassName
{
color: #3AD099;
}
.AnyTagClassName
{
color: #3AD099;
}
</style>
background-color css
<style>
a { background-color: #3AD099; }
a { background-color: rgb(58,208,153); }
div.DivClassName
{
background-color: #3AD099;
}
.BgClassName
{
background-color: #3AD099;
}
</style>
border-color css
<style>
span { border-color: #3AD099; }
span { border-color: rgb(58,208,153); }
td.TdClassName
{
border-color: #3AD099;
}
.TagClassName
{
border-color: #3AD099;
}
</style>