Shades of Shamrock #2AF08B
Tints of Shamrock #2AF08B
RGB
CMYK
RGB Variations
Color information
#2AF08B (or 0x2AF08B) is known color: Shamrock. HEX triplet: 2A, F0 and 8B. RGB value is (42,240,139). Sum of RGB (Red+Green+Blue) = 42+240+139=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF08B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF08B is #D50F74. Grayscale: #A9A9A9. Windows color (decimal): -13963125 or 9170986. OLE color: 9170986.
HSL color Cylindrical-coordinate representation of color #2AF08B: hue angle of 149.39º 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 #2AF08B is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 139 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.06 |
| HSL | 149.39º | 0.87% | 0.55% | - |
| HSV(B) | 149.39º | 0.83% | 0.94% | - |
| XYZ | 36.78 | 64.68 | 34.97 | - |
| YUV | 169.28 | 110.9 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 139 | 0.82 | 0 | 0.42 | 0.06 | 149.39 | 0.87 | 0.55 |
| Hex | 2A | F0 | 8B | 52 | 0 | 2A | 6 | 95 | 57 | 37 |
| Octal | 52 | 360 | 213 | 122 | 0 | 52 | 6 | 225 | 127 | 67 |
| Binary | 101010 | 11110000 | 10001011 | 1010010 | 0 | 101010 | 110 | 10010101 | 1010111 | 110111 |
Color Harmonies of #2AF08B
Complementary color
Monochromatic Colors of #2AF08B
Black with #2AF08B
Text Example
Text Example
White with #2AF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF08B; }
p { color: rgb(42,240,139); }
H1.HeaderClassName
{
color: #2AF08B;
}
.AnyTagClassName
{
color: #2AF08B;
}
</style>
background-color css
<style>
a { background-color: #2AF08B; }
a { background-color: rgb(42,240,139); }
div.DivClassName
{
background-color: #2AF08B;
}
.BgClassName
{
background-color: #2AF08B;
}
</style>
border-color css
<style>
span { border-color: #2AF08B; }
span { border-color: rgb(42,240,139); }
td.TdClassName
{
border-color: #2AF08B;
}
.TagClassName
{
border-color: #2AF08B;
}
</style>