Shades of Shamrock #4AF998
Tints of Shamrock #4AF998
RGB
CMYK
RGB Variations
Color information
#4AF998 (or 0x4AF998) is known color: Shamrock. HEX triplet: 4A, F9 and 98. RGB value is (74,249,152). Sum of RGB (Red+Green+Blue) = 74+249+152=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF998 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF998 is #B50667. Grayscale: #B9B9B9. Windows color (decimal): -11863656 or 10025290. OLE color: 10025290.
HSL color Cylindrical-coordinate representation of color #4AF998: hue angle of 146.74º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF998 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 152 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.02 |
| HSL | 146.74º | 0.94% | 0.63% | - |
| HSV(B) | 146.74º | 0.7% | 0.98% | - |
| XYZ | 42.37 | 71.47 | 41.27 | - |
| YUV | 185.62 | 109.02 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 152 | 0.70 | 0 | 0.39 | 0.02 | 146.74 | 0.94 | 0.63 |
| Hex | 4A | F9 | 98 | 46 | 0 | 27 | 2 | 93 | 5E | 3F |
| Octal | 112 | 371 | 230 | 106 | 0 | 47 | 2 | 223 | 136 | 77 |
| Binary | 1001010 | 11111001 | 10011000 | 1000110 | 0 | 100111 | 10 | 10010011 | 1011110 | 111111 |
Color Harmonies of #4AF998
Complementary color
Monochromatic Colors of #4AF998
Black with #4AF998
Text Example
Text Example
White with #4AF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF998; }
p { color: rgb(74,249,152); }
H1.HeaderClassName
{
color: #4AF998;
}
.AnyTagClassName
{
color: #4AF998;
}
</style>
background-color css
<style>
a { background-color: #4AF998; }
a { background-color: rgb(74,249,152); }
div.DivClassName
{
background-color: #4AF998;
}
.BgClassName
{
background-color: #4AF998;
}
</style>
border-color css
<style>
span { border-color: #4AF998; }
span { border-color: rgb(74,249,152); }
td.TdClassName
{
border-color: #4AF998;
}
.TagClassName
{
border-color: #4AF998;
}
</style>