Shades of Shamrock #4AD099
Tints of Shamrock #4AD099
RGB
CMYK
RGB Variations
Color information
#4AD099 (or 0x4AD099) is known color: Shamrock. HEX triplet: 4A, D0 and 99. RGB value is (74,208,153). Sum of RGB (Red+Green+Blue) = 74+208+153=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD099 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD099 is #B52F66. Grayscale: #A1A1A1. Windows color (decimal): -11874151 or 10080330. OLE color: 10080330.
HSL color Cylindrical-coordinate representation of color #4AD099: hue angle of 155.37º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD099 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 153 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.18 |
| HSL | 155.37º | 0.59% | 0.55% | - |
| HSV(B) | 155.37º | 0.64% | 0.82% | - |
| XYZ | 31.13 | 48.87 | 37.93 | - |
| YUV | 161.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 153 | 0.64 | 0 | 0.26 | 0.18 | 155.37 | 0.59 | 0.55 |
| Hex | 4A | D0 | 99 | 40 | 0 | 1A | 12 | 9B | 3B | 37 |
| Octal | 112 | 320 | 231 | 100 | 0 | 32 | 22 | 233 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10011001 | 1000000 | 0 | 11010 | 10010 | 10011011 | 111011 | 110111 |
Color Harmonies of #4AD099
Complementary color
Monochromatic Colors of #4AD099
Black with #4AD099
Text Example
Text Example
White with #4AD099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD099; }
p { color: rgb(74,208,153); }
H1.HeaderClassName
{
color: #4AD099;
}
.AnyTagClassName
{
color: #4AD099;
}
</style>
background-color css
<style>
a { background-color: #4AD099; }
a { background-color: rgb(74,208,153); }
div.DivClassName
{
background-color: #4AD099;
}
.BgClassName
{
background-color: #4AD099;
}
</style>
border-color css
<style>
span { border-color: #4AD099; }
span { border-color: rgb(74,208,153); }
td.TdClassName
{
border-color: #4AD099;
}
.TagClassName
{
border-color: #4AD099;
}
</style>