Shades of Shamrock #2AF194
Tints of Shamrock #2AF194
RGB
CMYK
RGB Variations
Color information
#2AF194 (or 0x2AF194) is known color: Shamrock. HEX triplet: 2A, F1 and 94. RGB value is (42,241,148). Sum of RGB (Red+Green+Blue) = 42+241+148=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 241 (94.53% from 255 or 55.92% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF194 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF194 is #D50E6B. Grayscale: #ABABAB. Windows color (decimal): -13962860 or 9761066. OLE color: 9761066.
HSL color Cylindrical-coordinate representation of color #2AF194: hue angle of 151.96º 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 #2AF194 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 148 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.05 |
| HSL | 151.96º | 0.88% | 0.55% | - |
| HSV(B) | 151.96º | 0.83% | 0.95% | - |
| XYZ | 37.76 | 65.54 | 38.68 | - |
| YUV | 170.9 | 115.07 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 148 | 0.83 | 0 | 0.39 | 0.05 | 151.96 | 0.88 | 0.55 |
| Hex | 2A | F1 | 94 | 53 | 0 | 27 | 5 | 98 | 58 | 37 |
| Octal | 52 | 361 | 224 | 123 | 0 | 47 | 5 | 230 | 130 | 67 |
| Binary | 101010 | 11110001 | 10010100 | 1010011 | 0 | 100111 | 101 | 10011000 | 1011000 | 110111 |
Color Harmonies of #2AF194
Complementary color
Monochromatic Colors of #2AF194
Black with #2AF194
Text Example
Text Example
White with #2AF194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF194; }
p { color: rgb(42,241,148); }
H1.HeaderClassName
{
color: #2AF194;
}
.AnyTagClassName
{
color: #2AF194;
}
</style>
background-color css
<style>
a { background-color: #2AF194; }
a { background-color: rgb(42,241,148); }
div.DivClassName
{
background-color: #2AF194;
}
.BgClassName
{
background-color: #2AF194;
}
</style>
border-color css
<style>
span { border-color: #2AF194; }
span { border-color: rgb(42,241,148); }
td.TdClassName
{
border-color: #2AF194;
}
.TagClassName
{
border-color: #2AF194;
}
</style>