Shades of Shamrock #46BF90
Tints of Shamrock #46BF90
RGB
CMYK
RGB Variations
Color information
#46BF90 (or 0x46BF90) is known color: Shamrock. HEX triplet: 46, BF and 90. RGB value is (70,191,144). Sum of RGB (Red+Green+Blue) = 70+191+144=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BF90 is #B9406F. Grayscale: #959595. Windows color (decimal): -12140656 or 9486150. OLE color: 9486150.
HSL color Cylindrical-coordinate representation of color #46BF90: hue angle of 156.69º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BF90 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 191 | 144 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.25 |
| HSL | 156.69º | 0.49% | 0.51% | - |
| HSV(B) | 156.69º | 0.63% | 0.75% | - |
| XYZ | 26.19 | 40.58 | 32.84 | - |
| YUV | 149.46 | 124.91 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 144 | 0.63 | 0 | 0.25 | 0.25 | 156.69 | 0.49 | 0.51 |
| Hex | 46 | BF | 90 | 3F | 0 | 19 | 19 | 9D | 31 | 33 |
| Octal | 106 | 277 | 220 | 77 | 0 | 31 | 31 | 235 | 61 | 63 |
| Binary | 1000110 | 10111111 | 10010000 | 111111 | 0 | 11001 | 11001 | 10011101 | 110001 | 110011 |
Color Harmonies of #46BF90
Complementary color
Monochromatic Colors of #46BF90
Black with #46BF90
Text Example
Text Example
White with #46BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BF90; }
p { color: rgb(70,191,144); }
H1.HeaderClassName
{
color: #46BF90;
}
.AnyTagClassName
{
color: #46BF90;
}
</style>
background-color css
<style>
a { background-color: #46BF90; }
a { background-color: rgb(70,191,144); }
div.DivClassName
{
background-color: #46BF90;
}
.BgClassName
{
background-color: #46BF90;
}
</style>
border-color css
<style>
span { border-color: #46BF90; }
span { border-color: rgb(70,191,144); }
td.TdClassName
{
border-color: #46BF90;
}
.TagClassName
{
border-color: #46BF90;
}
</style>