Shades of Shamrock #3AF298
Tints of Shamrock #3AF298
RGB
CMYK
RGB Variations
Color information
#3AF298 (or 0x3AF298) is known color: Shamrock. HEX triplet: 3A, F2 and 98. RGB value is (58,242,152). Sum of RGB (Red+Green+Blue) = 58+242+152=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF298 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF298 is #C50D67. Grayscale: #B0B0B0. Windows color (decimal): -12914024 or 10023482. OLE color: 10023482.
HSL color Cylindrical-coordinate representation of color #3AF298: hue angle of 150.65º degrees, saturation: 0.88, 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 #3AF298 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 152 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.05 |
| HSL | 150.65º | 0.88% | 0.59% | - |
| HSV(B) | 150.65º | 0.76% | 0.95% | - |
| XYZ | 39.16 | 66.67 | 40.51 | - |
| YUV | 176.72 | 114.04 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 152 | 0.76 | 0 | 0.37 | 0.05 | 150.65 | 0.88 | 0.59 |
| Hex | 3A | F2 | 98 | 4C | 0 | 25 | 5 | 97 | 58 | 3B |
| Octal | 72 | 362 | 230 | 114 | 0 | 45 | 5 | 227 | 130 | 73 |
| Binary | 111010 | 11110010 | 10011000 | 1001100 | 0 | 100101 | 101 | 10010111 | 1011000 | 111011 |
Color Harmonies of #3AF298
Complementary color
Monochromatic Colors of #3AF298
Black with #3AF298
Text Example
Text Example
White with #3AF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF298; }
p { color: rgb(58,242,152); }
H1.HeaderClassName
{
color: #3AF298;
}
.AnyTagClassName
{
color: #3AF298;
}
</style>
background-color css
<style>
a { background-color: #3AF298; }
a { background-color: rgb(58,242,152); }
div.DivClassName
{
background-color: #3AF298;
}
.BgClassName
{
background-color: #3AF298;
}
</style>
border-color css
<style>
span { border-color: #3AF298; }
span { border-color: rgb(58,242,152); }
td.TdClassName
{
border-color: #3AF298;
}
.TagClassName
{
border-color: #3AF298;
}
</style>