Shades of Shamrock #3AD098
Tints of Shamrock #3AD098
RGB
CMYK
RGB Variations
Color information
#3AD098 (or 0x3AD098) is known color: Shamrock. HEX triplet: 3A, D0 and 98. RGB value is (58,208,152). Sum of RGB (Red+Green+Blue) = 58+208+152=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD098 is #C52F67. Grayscale: #9C9C9C. Windows color (decimal): -12922728 or 10014778. OLE color: 10014778.
HSL color Cylindrical-coordinate representation of color #3AD098: hue angle of 157.6º 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 #3AD098 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 152 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.18 |
| HSL | 157.6º | 0.61% | 0.52% | - |
| HSV(B) | 157.6º | 0.72% | 0.82% | - |
| XYZ | 29.97 | 48.28 | 37.44 | - |
| YUV | 156.77 | 125.31 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 152 | 0.72 | 0 | 0.27 | 0.18 | 157.6 | 0.61 | 0.52 |
| Hex | 3A | D0 | 98 | 48 | 0 | 1B | 12 | 9E | 3D | 34 |
| Octal | 72 | 320 | 230 | 110 | 0 | 33 | 22 | 236 | 75 | 64 |
| Binary | 111010 | 11010000 | 10011000 | 1001000 | 0 | 11011 | 10010 | 10011110 | 111101 | 110100 |
Color Harmonies of #3AD098
Complementary color
Monochromatic Colors of #3AD098
Black with #3AD098
Text Example
Text Example
White with #3AD098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD098; }
p { color: rgb(58,208,152); }
H1.HeaderClassName
{
color: #3AD098;
}
.AnyTagClassName
{
color: #3AD098;
}
</style>
background-color css
<style>
a { background-color: #3AD098; }
a { background-color: rgb(58,208,152); }
div.DivClassName
{
background-color: #3AD098;
}
.BgClassName
{
background-color: #3AD098;
}
</style>
border-color css
<style>
span { border-color: #3AD098; }
span { border-color: rgb(58,208,152); }
td.TdClassName
{
border-color: #3AD098;
}
.TagClassName
{
border-color: #3AD098;
}
</style>