Shades of Shamrock #4AF999
Tints of Shamrock #4AF999
RGB
CMYK
RGB Variations
Color information
#4AF999 (or 0x4AF999) is known color: Shamrock. HEX triplet: 4A, F9 and 99. RGB value is (74,249,153). Sum of RGB (Red+Green+Blue) = 74+249+153=476 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.55% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF999 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF999 is #B50666. Grayscale: #B9B9B9. Windows color (decimal): -11863655 or 10090826. OLE color: 10090826.
HSL color Cylindrical-coordinate representation of color #4AF999: hue angle of 147.09º 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 #4AF999 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 153 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.02 |
| HSL | 147.09º | 0.94% | 0.63% | - |
| HSV(B) | 147.09º | 0.7% | 0.98% | - |
| XYZ | 42.45 | 71.51 | 41.7 | - |
| YUV | 185.73 | 109.52 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 153 | 0.70 | 0 | 0.39 | 0.02 | 147.09 | 0.94 | 0.63 |
| Hex | 4A | F9 | 99 | 46 | 0 | 27 | 2 | 93 | 5E | 3F |
| Octal | 112 | 371 | 231 | 106 | 0 | 47 | 2 | 223 | 136 | 77 |
| Binary | 1001010 | 11111001 | 10011001 | 1000110 | 0 | 100111 | 10 | 10010011 | 1011110 | 111111 |
Color Harmonies of #4AF999
Complementary color
Monochromatic Colors of #4AF999
Black with #4AF999
Text Example
Text Example
White with #4AF999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF999; }
p { color: rgb(74,249,153); }
H1.HeaderClassName
{
color: #4AF999;
}
.AnyTagClassName
{
color: #4AF999;
}
</style>
background-color css
<style>
a { background-color: #4AF999; }
a { background-color: rgb(74,249,153); }
div.DivClassName
{
background-color: #4AF999;
}
.BgClassName
{
background-color: #4AF999;
}
</style>
border-color css
<style>
span { border-color: #4AF999; }
span { border-color: rgb(74,249,153); }
td.TdClassName
{
border-color: #4AF999;
}
.TagClassName
{
border-color: #4AF999;
}
</style>