Shades of Shamrock #3AF990
Tints of Shamrock #3AF990
RGB
CMYK
RGB Variations
Color information
#3AF990 (or 0x3AF990) is known color: Shamrock. HEX triplet: 3A, F9 and 90. RGB value is (58,249,144). Sum of RGB (Red+Green+Blue) = 58+249+144=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF990 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF990 is #C5066F. Grayscale: #B4B4B4. Windows color (decimal): -12912240 or 9500986. OLE color: 9500986.
HSL color Cylindrical-coordinate representation of color #3AF990: hue angle of 147.02º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF990 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 144 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.02 |
| HSL | 147.02º | 0.94% | 0.6% | - |
| HSV(B) | 147.02º | 0.77% | 0.98% | - |
| XYZ | 40.65 | 70.66 | 37.88 | - |
| YUV | 179.92 | 107.72 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 144 | 0.77 | 0 | 0.42 | 0.02 | 147.02 | 0.94 | 0.6 |
| Hex | 3A | F9 | 90 | 4D | 0 | 2A | 2 | 93 | 5E | 3C |
| Octal | 72 | 371 | 220 | 115 | 0 | 52 | 2 | 223 | 136 | 74 |
| Binary | 111010 | 11111001 | 10010000 | 1001101 | 0 | 101010 | 10 | 10010011 | 1011110 | 111100 |
Color Harmonies of #3AF990
Complementary color
Monochromatic Colors of #3AF990
Black with #3AF990
Text Example
Text Example
White with #3AF990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF990; }
p { color: rgb(58,249,144); }
H1.HeaderClassName
{
color: #3AF990;
}
.AnyTagClassName
{
color: #3AF990;
}
</style>
background-color css
<style>
a { background-color: #3AF990; }
a { background-color: rgb(58,249,144); }
div.DivClassName
{
background-color: #3AF990;
}
.BgClassName
{
background-color: #3AF990;
}
</style>
border-color css
<style>
span { border-color: #3AF990; }
span { border-color: rgb(58,249,144); }
td.TdClassName
{
border-color: #3AF990;
}
.TagClassName
{
border-color: #3AF990;
}
</style>