Shades of Shamrock #2AF19E
Tints of Shamrock #2AF19E
RGB
CMYK
RGB Variations
Color information
#2AF19E (or 0x2AF19E) is known color: Shamrock. HEX triplet: 2A, F1 and 9E. RGB value is (42,241,158). Sum of RGB (Red+Green+Blue) = 42+241+158=441 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.52% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF19E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF19E is #D50E61. Grayscale: #ACACAC. Windows color (decimal): -13962850 or 10416426. OLE color: 10416426.
HSL color Cylindrical-coordinate representation of color #2AF19E: hue angle of 154.97º 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 #2AF19E is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 158 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.05 |
| HSL | 154.97º | 0.88% | 0.55% | - |
| HSV(B) | 154.97º | 0.83% | 0.95% | - |
| XYZ | 38.58 | 65.87 | 43.03 | - |
| YUV | 172.04 | 120.07 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 158 | 0.83 | 0 | 0.34 | 0.05 | 154.97 | 0.88 | 0.55 |
| Hex | 2A | F1 | 9E | 53 | 0 | 22 | 5 | 9B | 58 | 37 |
| Octal | 52 | 361 | 236 | 123 | 0 | 42 | 5 | 233 | 130 | 67 |
| Binary | 101010 | 11110001 | 10011110 | 1010011 | 0 | 100010 | 101 | 10011011 | 1011000 | 110111 |
Color Harmonies of #2AF19E
Complementary color
Monochromatic Colors of #2AF19E
Black with #2AF19E
Text Example
Text Example
White with #2AF19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF19E; }
p { color: rgb(42,241,158); }
H1.HeaderClassName
{
color: #2AF19E;
}
.AnyTagClassName
{
color: #2AF19E;
}
</style>
background-color css
<style>
a { background-color: #2AF19E; }
a { background-color: rgb(42,241,158); }
div.DivClassName
{
background-color: #2AF19E;
}
.BgClassName
{
background-color: #2AF19E;
}
</style>
border-color css
<style>
span { border-color: #2AF19E; }
span { border-color: rgb(42,241,158); }
td.TdClassName
{
border-color: #2AF19E;
}
.TagClassName
{
border-color: #2AF19E;
}
</style>