Shades of Shamrock #2AF09F
Tints of Shamrock #2AF09F
RGB
CMYK
RGB Variations
Color information
#2AF09F (or 0x2AF09F) is known color: Shamrock. HEX triplet: 2A, F0 and 9F. RGB value is (42,240,159). Sum of RGB (Red+Green+Blue) = 42+240+159=441 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.52% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF09F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF09F is #D50F60. Grayscale: #ABABAB. Windows color (decimal): -13963105 or 10481706. OLE color: 10481706.
HSL color Cylindrical-coordinate representation of color #2AF09F: hue angle of 155.45º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AF09F is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 159 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.06 |
| HSL | 155.45º | 0.87% | 0.55% | - |
| HSV(B) | 155.45º | 0.83% | 0.94% | - |
| XYZ | 38.37 | 65.32 | 43.39 | - |
| YUV | 171.56 | 120.9 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 159 | 0.82 | 0 | 0.34 | 0.06 | 155.45 | 0.87 | 0.55 |
| Hex | 2A | F0 | 9F | 52 | 0 | 22 | 6 | 9B | 57 | 37 |
| Octal | 52 | 360 | 237 | 122 | 0 | 42 | 6 | 233 | 127 | 67 |
| Binary | 101010 | 11110000 | 10011111 | 1010010 | 0 | 100010 | 110 | 10011011 | 1010111 | 110111 |
Color Harmonies of #2AF09F
Complementary color
Monochromatic Colors of #2AF09F
Black with #2AF09F
Text Example
Text Example
White with #2AF09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF09F; }
p { color: rgb(42,240,159); }
H1.HeaderClassName
{
color: #2AF09F;
}
.AnyTagClassName
{
color: #2AF09F;
}
</style>
background-color css
<style>
a { background-color: #2AF09F; }
a { background-color: rgb(42,240,159); }
div.DivClassName
{
background-color: #2AF09F;
}
.BgClassName
{
background-color: #2AF09F;
}
</style>
border-color css
<style>
span { border-color: #2AF09F; }
span { border-color: rgb(42,240,159); }
td.TdClassName
{
border-color: #2AF09F;
}
.TagClassName
{
border-color: #2AF09F;
}
</style>