Shades of Shamrock #2AF195
Tints of Shamrock #2AF195
RGB
CMYK
RGB Variations
Color information
#2AF195 (or 0x2AF195) is known color: Shamrock. HEX triplet: 2A, F1 and 95. RGB value is (42,241,149). Sum of RGB (Red+Green+Blue) = 42+241+149=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF195 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF195 is #D50E6A. Grayscale: #ABABAB. Windows color (decimal): -13962859 or 9826602. OLE color: 9826602.
HSL color Cylindrical-coordinate representation of color #2AF195: hue angle of 152.26º 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 #2AF195 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 149 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.05 |
| HSL | 152.26º | 0.88% | 0.55% | - |
| HSV(B) | 152.26º | 0.83% | 0.95% | - |
| XYZ | 37.83 | 65.57 | 39.1 | - |
| YUV | 171.01 | 115.57 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 149 | 0.83 | 0 | 0.38 | 0.05 | 152.26 | 0.88 | 0.55 |
| Hex | 2A | F1 | 95 | 53 | 0 | 26 | 5 | 98 | 58 | 37 |
| Octal | 52 | 361 | 225 | 123 | 0 | 46 | 5 | 230 | 130 | 67 |
| Binary | 101010 | 11110001 | 10010101 | 1010011 | 0 | 100110 | 101 | 10011000 | 1011000 | 110111 |
Color Harmonies of #2AF195
Complementary color
Monochromatic Colors of #2AF195
Black with #2AF195
Text Example
Text Example
White with #2AF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF195; }
p { color: rgb(42,241,149); }
H1.HeaderClassName
{
color: #2AF195;
}
.AnyTagClassName
{
color: #2AF195;
}
</style>
background-color css
<style>
a { background-color: #2AF195; }
a { background-color: rgb(42,241,149); }
div.DivClassName
{
background-color: #2AF195;
}
.BgClassName
{
background-color: #2AF195;
}
</style>
border-color css
<style>
span { border-color: #2AF195; }
span { border-color: rgb(42,241,149); }
td.TdClassName
{
border-color: #2AF195;
}
.TagClassName
{
border-color: #2AF195;
}
</style>