Shades of Shamrock #3AF497
Tints of Shamrock #3AF497
RGB
CMYK
RGB Variations
Color information
#3AF497 (or 0x3AF497) is known color: Shamrock. HEX triplet: 3A, F4 and 97. RGB value is (58,244,151). Sum of RGB (Red+Green+Blue) = 58+244+151=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF497 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF497 is #C50B68. Grayscale: #B1B1B1. Windows color (decimal): -12913513 or 9958458. OLE color: 9958458.
HSL color Cylindrical-coordinate representation of color #3AF497: hue angle of 150º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF497 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 151 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.04 |
| HSL | 150º | 0.89% | 0.59% | - |
| HSV(B) | 150º | 0.76% | 0.96% | - |
| XYZ | 39.68 | 67.84 | 40.28 | - |
| YUV | 177.78 | 112.88 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 151 | 0.76 | 0 | 0.38 | 0.04 | 150 | 0.89 | 0.59 |
| Hex | 3A | F4 | 97 | 4C | 0 | 26 | 4 | 96 | 59 | 3B |
| Octal | 72 | 364 | 227 | 114 | 0 | 46 | 4 | 226 | 131 | 73 |
| Binary | 111010 | 11110100 | 10010111 | 1001100 | 0 | 100110 | 100 | 10010110 | 1011001 | 111011 |
Color Harmonies of #3AF497
Complementary color
Monochromatic Colors of #3AF497
Black with #3AF497
Text Example
Text Example
White with #3AF497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF497; }
p { color: rgb(58,244,151); }
H1.HeaderClassName
{
color: #3AF497;
}
.AnyTagClassName
{
color: #3AF497;
}
</style>
background-color css
<style>
a { background-color: #3AF497; }
a { background-color: rgb(58,244,151); }
div.DivClassName
{
background-color: #3AF497;
}
.BgClassName
{
background-color: #3AF497;
}
</style>
border-color css
<style>
span { border-color: #3AF497; }
span { border-color: rgb(58,244,151); }
td.TdClassName
{
border-color: #3AF497;
}
.TagClassName
{
border-color: #3AF497;
}
</style>