Shades of Shamrock #4AD598
Tints of Shamrock #4AD598
RGB
CMYK
RGB Variations
Color information
#4AD598 (or 0x4AD598) is known color: Shamrock. HEX triplet: 4A, D5 and 98. RGB value is (74,213,152). Sum of RGB (Red+Green+Blue) = 74+213+152=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD598 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD598 is #B52A67. Grayscale: #A4A4A4. Windows color (decimal): -11872872 or 10016074. OLE color: 10016074.
HSL color Cylindrical-coordinate representation of color #4AD598: hue angle of 153.67º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD598 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 152 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.16 |
| HSL | 153.67º | 0.62% | 0.56% | - |
| HSV(B) | 153.67º | 0.65% | 0.84% | - |
| XYZ | 32.29 | 51.31 | 37.91 | - |
| YUV | 164.49 | 120.95 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 152 | 0.65 | 0 | 0.29 | 0.16 | 153.67 | 0.62 | 0.56 |
| Hex | 4A | D5 | 98 | 41 | 0 | 1D | 10 | 9A | 3E | 38 |
| Octal | 112 | 325 | 230 | 101 | 0 | 35 | 20 | 232 | 76 | 70 |
| Binary | 1001010 | 11010101 | 10011000 | 1000001 | 0 | 11101 | 10000 | 10011010 | 111110 | 111000 |
Color Harmonies of #4AD598
Complementary color
Monochromatic Colors of #4AD598
Black with #4AD598
Text Example
Text Example
White with #4AD598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD598; }
p { color: rgb(74,213,152); }
H1.HeaderClassName
{
color: #4AD598;
}
.AnyTagClassName
{
color: #4AD598;
}
</style>
background-color css
<style>
a { background-color: #4AD598; }
a { background-color: rgb(74,213,152); }
div.DivClassName
{
background-color: #4AD598;
}
.BgClassName
{
background-color: #4AD598;
}
</style>
border-color css
<style>
span { border-color: #4AD598; }
span { border-color: rgb(74,213,152); }
td.TdClassName
{
border-color: #4AD598;
}
.TagClassName
{
border-color: #4AD598;
}
</style>