Shades of Shamrock #4AD09A
Tints of Shamrock #4AD09A
RGB
CMYK
RGB Variations
Color information
#4AD09A (or 0x4AD09A) is known color: Shamrock. HEX triplet: 4A, D0 and 9A. RGB value is (74,208,154). Sum of RGB (Red+Green+Blue) = 74+208+154=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD09A is #B52F65. Grayscale: #A1A1A1. Windows color (decimal): -11874150 or 10145866. OLE color: 10145866.
HSL color Cylindrical-coordinate representation of color #4AD09A: hue angle of 155.82º 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 #4AD09A is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 154 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.18 |
| HSL | 155.82º | 0.59% | 0.55% | - |
| HSV(B) | 155.82º | 0.64% | 0.82% | - |
| XYZ | 31.21 | 48.9 | 38.37 | - |
| YUV | 161.78 | 123.61 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 154 | 0.64 | 0 | 0.26 | 0.18 | 155.82 | 0.59 | 0.55 |
| Hex | 4A | D0 | 9A | 40 | 0 | 1A | 12 | 9C | 3B | 37 |
| Octal | 112 | 320 | 232 | 100 | 0 | 32 | 22 | 234 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10011010 | 1000000 | 0 | 11010 | 10010 | 10011100 | 111011 | 110111 |
Color Harmonies of #4AD09A
Complementary color
Monochromatic Colors of #4AD09A
Black with #4AD09A
Text Example
Text Example
White with #4AD09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD09A; }
p { color: rgb(74,208,154); }
H1.HeaderClassName
{
color: #4AD09A;
}
.AnyTagClassName
{
color: #4AD09A;
}
</style>
background-color css
<style>
a { background-color: #4AD09A; }
a { background-color: rgb(74,208,154); }
div.DivClassName
{
background-color: #4AD09A;
}
.BgClassName
{
background-color: #4AD09A;
}
</style>
border-color css
<style>
span { border-color: #4AD09A; }
span { border-color: rgb(74,208,154); }
td.TdClassName
{
border-color: #4AD09A;
}
.TagClassName
{
border-color: #4AD09A;
}
</style>