Shades of Shamrock #2AF197
Tints of Shamrock #2AF197
RGB
CMYK
RGB Variations
Color information
#2AF197 (or 0x2AF197) is known color: Shamrock. HEX triplet: 2A, F1 and 97. RGB value is (42,241,151). Sum of RGB (Red+Green+Blue) = 42+241+151=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF197 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF197 is #D50E68. Grayscale: #ABABAB. Windows color (decimal): -13962857 or 9957674. OLE color: 9957674.
HSL color Cylindrical-coordinate representation of color #2AF197: hue angle of 152.86º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF197 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 151 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.05 |
| HSL | 152.86º | 0.88% | 0.55% | - |
| HSV(B) | 152.86º | 0.83% | 0.95% | - |
| XYZ | 38 | 65.64 | 39.94 | - |
| YUV | 171.24 | 116.57 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 151 | 0.83 | 0 | 0.37 | 0.05 | 152.86 | 0.88 | 0.55 |
| Hex | 2A | F1 | 97 | 53 | 0 | 25 | 5 | 99 | 58 | 37 |
| Octal | 52 | 361 | 227 | 123 | 0 | 45 | 5 | 231 | 130 | 67 |
| Binary | 101010 | 11110001 | 10010111 | 1010011 | 0 | 100101 | 101 | 10011001 | 1011000 | 110111 |
Color Harmonies of #2AF197
Complementary color
Monochromatic Colors of #2AF197
Black with #2AF197
Text Example
Text Example
White with #2AF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF197; }
p { color: rgb(42,241,151); }
H1.HeaderClassName
{
color: #2AF197;
}
.AnyTagClassName
{
color: #2AF197;
}
</style>
background-color css
<style>
a { background-color: #2AF197; }
a { background-color: rgb(42,241,151); }
div.DivClassName
{
background-color: #2AF197;
}
.BgClassName
{
background-color: #2AF197;
}
</style>
border-color css
<style>
span { border-color: #2AF197; }
span { border-color: rgb(42,241,151); }
td.TdClassName
{
border-color: #2AF197;
}
.TagClassName
{
border-color: #2AF197;
}
</style>