Shades of Shamrock #4AF298
Tints of Shamrock #4AF298
RGB
CMYK
RGB Variations
Color information
#4AF298 (or 0x4AF298) is known color: Shamrock. HEX triplet: 4A, F2 and 98. RGB value is (74,242,152). Sum of RGB (Red+Green+Blue) = 74+242+152=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF298 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF298 is #B50D67. Grayscale: #B5B5B5. Windows color (decimal): -11865448 or 10023498. OLE color: 10023498.
HSL color Cylindrical-coordinate representation of color #4AF298: hue angle of 147.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF298 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 152 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.05 |
| HSL | 147.86º | 0.87% | 0.62% | - |
| HSV(B) | 147.86º | 0.69% | 0.95% | - |
| XYZ | 40.24 | 67.23 | 40.56 | - |
| YUV | 181.51 | 111.34 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 152 | 0.69 | 0 | 0.37 | 0.05 | 147.86 | 0.87 | 0.62 |
| Hex | 4A | F2 | 98 | 45 | 0 | 25 | 5 | 94 | 57 | 3E |
| Octal | 112 | 362 | 230 | 105 | 0 | 45 | 5 | 224 | 127 | 76 |
| Binary | 1001010 | 11110010 | 10011000 | 1000101 | 0 | 100101 | 101 | 10010100 | 1010111 | 111110 |
Color Harmonies of #4AF298
Complementary color
Monochromatic Colors of #4AF298
Black with #4AF298
Text Example
Text Example
White with #4AF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF298; }
p { color: rgb(74,242,152); }
H1.HeaderClassName
{
color: #4AF298;
}
.AnyTagClassName
{
color: #4AF298;
}
</style>
background-color css
<style>
a { background-color: #4AF298; }
a { background-color: rgb(74,242,152); }
div.DivClassName
{
background-color: #4AF298;
}
.BgClassName
{
background-color: #4AF298;
}
</style>
border-color css
<style>
span { border-color: #4AF298; }
span { border-color: rgb(74,242,152); }
td.TdClassName
{
border-color: #4AF298;
}
.TagClassName
{
border-color: #4AF298;
}
</style>