Shades of Shamrock #3AF199
Tints of Shamrock #3AF199
RGB
CMYK
RGB Variations
Color information
#3AF199 (or 0x3AF199) is known color: Shamrock. HEX triplet: 3A, F1 and 99. RGB value is (58,241,153). Sum of RGB (Red+Green+Blue) = 58+241+153=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF199 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF199 is #C50E66. Grayscale: #B0B0B0. Windows color (decimal): -12914279 or 10088762. OLE color: 10088762.
HSL color Cylindrical-coordinate representation of color #3AF199: hue angle of 151.15º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF199 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 153 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.05 |
| HSL | 151.15º | 0.87% | 0.59% | - |
| HSV(B) | 151.15º | 0.76% | 0.95% | - |
| XYZ | 38.95 | 66.11 | 40.84 | - |
| YUV | 176.25 | 114.87 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 153 | 0.76 | 0 | 0.37 | 0.05 | 151.15 | 0.87 | 0.59 |
| Hex | 3A | F1 | 99 | 4C | 0 | 25 | 5 | 97 | 57 | 3B |
| Octal | 72 | 361 | 231 | 114 | 0 | 45 | 5 | 227 | 127 | 73 |
| Binary | 111010 | 11110001 | 10011001 | 1001100 | 0 | 100101 | 101 | 10010111 | 1010111 | 111011 |
Color Harmonies of #3AF199
Complementary color
Monochromatic Colors of #3AF199
Black with #3AF199
Text Example
Text Example
White with #3AF199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF199; }
p { color: rgb(58,241,153); }
H1.HeaderClassName
{
color: #3AF199;
}
.AnyTagClassName
{
color: #3AF199;
}
</style>
background-color css
<style>
a { background-color: #3AF199; }
a { background-color: rgb(58,241,153); }
div.DivClassName
{
background-color: #3AF199;
}
.BgClassName
{
background-color: #3AF199;
}
</style>
border-color css
<style>
span { border-color: #3AF199; }
span { border-color: rgb(58,241,153); }
td.TdClassName
{
border-color: #3AF199;
}
.TagClassName
{
border-color: #3AF199;
}
</style>