Shades of Shamrock #2AF39E
Tints of Shamrock #2AF39E
RGB
CMYK
RGB Variations
Color information
#2AF39E (or 0x2AF39E) is known color: Shamrock. HEX triplet: 2A, F3 and 9E. RGB value is (42,243,158). Sum of RGB (Red+Green+Blue) = 42+243+158=443 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.48% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF39E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF39E is #D50C61. Grayscale: #ADADAD. Windows color (decimal): -13962338 or 10416938. OLE color: 10416938.
HSL color Cylindrical-coordinate representation of color #2AF39E: hue angle of 154.63º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF39E is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 158 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.05 |
| HSL | 154.63º | 0.89% | 0.56% | - |
| HSV(B) | 154.63º | 0.83% | 0.95% | - |
| XYZ | 39.18 | 67.06 | 43.23 | - |
| YUV | 173.21 | 119.41 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 158 | 0.83 | 0 | 0.35 | 0.05 | 154.63 | 0.89 | 0.56 |
| Hex | 2A | F3 | 9E | 53 | 0 | 23 | 5 | 9B | 59 | 38 |
| Octal | 52 | 363 | 236 | 123 | 0 | 43 | 5 | 233 | 131 | 70 |
| Binary | 101010 | 11110011 | 10011110 | 1010011 | 0 | 100011 | 101 | 10011011 | 1011001 | 111000 |
Color Harmonies of #2AF39E
Complementary color
Monochromatic Colors of #2AF39E
Black with #2AF39E
Text Example
Text Example
White with #2AF39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF39E; }
p { color: rgb(42,243,158); }
H1.HeaderClassName
{
color: #2AF39E;
}
.AnyTagClassName
{
color: #2AF39E;
}
</style>
background-color css
<style>
a { background-color: #2AF39E; }
a { background-color: rgb(42,243,158); }
div.DivClassName
{
background-color: #2AF39E;
}
.BgClassName
{
background-color: #2AF39E;
}
</style>
border-color css
<style>
span { border-color: #2AF39E; }
span { border-color: rgb(42,243,158); }
td.TdClassName
{
border-color: #2AF39E;
}
.TagClassName
{
border-color: #2AF39E;
}
</style>