Shades of Shamrock #4AF892
Tints of Shamrock #4AF892
RGB
CMYK
RGB Variations
Color information
#4AF892 (or 0x4AF892) is known color: Shamrock. HEX triplet: 4A, F8 and 92. RGB value is (74,248,146). Sum of RGB (Red+Green+Blue) = 74+248+146=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF892 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF892 is #B5076D. Grayscale: #B8B8B8. Windows color (decimal): -11863918 or 9631818. OLE color: 9631818.
HSL color Cylindrical-coordinate representation of color #4AF892: hue angle of 144.83º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF892 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 146 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.03 |
| HSL | 144.83º | 0.93% | 0.63% | - |
| HSV(B) | 144.83º | 0.7% | 0.97% | - |
| XYZ | 41.58 | 70.67 | 38.64 | - |
| YUV | 184.35 | 106.35 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 146 | 0.70 | 0 | 0.41 | 0.03 | 144.83 | 0.93 | 0.63 |
| Hex | 4A | F8 | 92 | 46 | 0 | 29 | 3 | 91 | 5D | 3F |
| Octal | 112 | 370 | 222 | 106 | 0 | 51 | 3 | 221 | 135 | 77 |
| Binary | 1001010 | 11111000 | 10010010 | 1000110 | 0 | 101001 | 11 | 10010001 | 1011101 | 111111 |
Color Harmonies of #4AF892
Complementary color
Monochromatic Colors of #4AF892
Black with #4AF892
Text Example
Text Example
White with #4AF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF892; }
p { color: rgb(74,248,146); }
H1.HeaderClassName
{
color: #4AF892;
}
.AnyTagClassName
{
color: #4AF892;
}
</style>
background-color css
<style>
a { background-color: #4AF892; }
a { background-color: rgb(74,248,146); }
div.DivClassName
{
background-color: #4AF892;
}
.BgClassName
{
background-color: #4AF892;
}
</style>
border-color css
<style>
span { border-color: #4AF892; }
span { border-color: rgb(74,248,146); }
td.TdClassName
{
border-color: #4AF892;
}
.TagClassName
{
border-color: #4AF892;
}
</style>