Shades of Shamrock #4AD58F
Tints of Shamrock #4AD58F
RGB
CMYK
RGB Variations
Color information
#4AD58F (or 0x4AD58F) is known color: Shamrock. HEX triplet: 4A, D5 and 8F. RGB value is (74,213,143). Sum of RGB (Red+Green+Blue) = 74+213+143=430 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.21% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD58F is #B52A70. Grayscale: #A3A3A3. Windows color (decimal): -11872881 or 9426250. OLE color: 9426250.
HSL color Cylindrical-coordinate representation of color #4AD58F: hue angle of 149.78º 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 #4AD58F is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 143 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.16 |
| HSL | 149.78º | 0.62% | 0.56% | - |
| HSV(B) | 149.78º | 0.65% | 0.84% | - |
| XYZ | 31.58 | 51.03 | 34.17 | - |
| YUV | 163.46 | 116.45 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 143 | 0.65 | 0 | 0.33 | 0.16 | 149.78 | 0.62 | 0.56 |
| Hex | 4A | D5 | 8F | 41 | 0 | 21 | 10 | 96 | 3E | 38 |
| Octal | 112 | 325 | 217 | 101 | 0 | 41 | 20 | 226 | 76 | 70 |
| Binary | 1001010 | 11010101 | 10001111 | 1000001 | 0 | 100001 | 10000 | 10010110 | 111110 | 111000 |
Color Harmonies of #4AD58F
Complementary color
Monochromatic Colors of #4AD58F
Black with #4AD58F
Text Example
Text Example
White with #4AD58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD58F; }
p { color: rgb(74,213,143); }
H1.HeaderClassName
{
color: #4AD58F;
}
.AnyTagClassName
{
color: #4AD58F;
}
</style>
background-color css
<style>
a { background-color: #4AD58F; }
a { background-color: rgb(74,213,143); }
div.DivClassName
{
background-color: #4AD58F;
}
.BgClassName
{
background-color: #4AD58F;
}
</style>
border-color css
<style>
span { border-color: #4AD58F; }
span { border-color: rgb(74,213,143); }
td.TdClassName
{
border-color: #4AD58F;
}
.TagClassName
{
border-color: #4AD58F;
}
</style>