Shades of Shamrock #4ADD92
Tints of Shamrock #4ADD92
RGB
CMYK
RGB Variations
Color information
#4ADD92 (or 0x4ADD92) is known color: Shamrock. HEX triplet: 4A, DD and 92. RGB value is (74,221,146). Sum of RGB (Red+Green+Blue) = 74+221+146=441 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.78% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADD92 is #B5226D. Grayscale: #A8A8A8. Windows color (decimal): -11870830 or 9624906. OLE color: 9624906.
HSL color Cylindrical-coordinate representation of color #4ADD92: hue angle of 149.39º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADD92 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 146 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.13 |
| HSL | 149.39º | 0.68% | 0.58% | - |
| HSV(B) | 149.39º | 0.67% | 0.87% | - |
| XYZ | 33.87 | 55.24 | 36.07 | - |
| YUV | 168.5 | 115.3 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 146 | 0.67 | 0 | 0.34 | 0.13 | 149.39 | 0.68 | 0.58 |
| Hex | 4A | DD | 92 | 43 | 0 | 22 | D | 95 | 44 | 3A |
| Octal | 112 | 335 | 222 | 103 | 0 | 42 | 15 | 225 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10010010 | 1000011 | 0 | 100010 | 1101 | 10010101 | 1000100 | 111010 |
Color Harmonies of #4ADD92
Complementary color
Monochromatic Colors of #4ADD92
Black with #4ADD92
Text Example
Text Example
White with #4ADD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD92; }
p { color: rgb(74,221,146); }
H1.HeaderClassName
{
color: #4ADD92;
}
.AnyTagClassName
{
color: #4ADD92;
}
</style>
background-color css
<style>
a { background-color: #4ADD92; }
a { background-color: rgb(74,221,146); }
div.DivClassName
{
background-color: #4ADD92;
}
.BgClassName
{
background-color: #4ADD92;
}
</style>
border-color css
<style>
span { border-color: #4ADD92; }
span { border-color: rgb(74,221,146); }
td.TdClassName
{
border-color: #4ADD92;
}
.TagClassName
{
border-color: #4ADD92;
}
</style>