Shades of Shamrock #46FFAA
Tints of Shamrock #46FFAA
RGB
CMYK
RGB Variations
Color information
#46FFAA (or 0x46FFAA) is known color: Shamrock. HEX triplet: 46, FF and AA. RGB value is (70,255,170). Sum of RGB (Red+Green+Blue) = 70+255+170=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FFAA is #B90055. Grayscale: #BEBEBE. Windows color (decimal): -12124246 or 11206470. OLE color: 11206470.
HSL color Cylindrical-coordinate representation of color #46FFAA: hue angle of 152.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFAA is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 170 | - |
| CMYK | 0.73 | 0 | 0.33 | 0 |
| HSL | 152.43º | 1% | 0.64% | - |
| HSV(B) | 152.43º | 0.73% | 1% | - |
| XYZ | 45.54 | 75.72 | 50.25 | - |
| YUV | 190 | 116.71 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 170 | 0.73 | 0 | 0.33 | 0 | 152.43 | 1 | 0.64 |
| Hex | 46 | FF | AA | 49 | 0 | 21 | 0 | 98 | 64 | 40 |
| Octal | 106 | 377 | 252 | 111 | 0 | 41 | 0 | 230 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10101010 | 1001001 | 0 | 100001 | 0 | 10011000 | 1100100 | 1000000 |
Color Harmonies of #46FFAA
Complementary color
Monochromatic Colors of #46FFAA
Black with #46FFAA
Text Example
Text Example
White with #46FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFAA; }
p { color: rgb(70,255,170); }
H1.HeaderClassName
{
color: #46FFAA;
}
.AnyTagClassName
{
color: #46FFAA;
}
</style>
background-color css
<style>
a { background-color: #46FFAA; }
a { background-color: rgb(70,255,170); }
div.DivClassName
{
background-color: #46FFAA;
}
.BgClassName
{
background-color: #46FFAA;
}
</style>
border-color css
<style>
span { border-color: #46FFAA; }
span { border-color: rgb(70,255,170); }
td.TdClassName
{
border-color: #46FFAA;
}
.TagClassName
{
border-color: #46FFAA;
}
</style>