Shades of Shamrock #2AF1AD
Tints of Shamrock #2AF1AD
RGB
CMYK
RGB Variations
Color information
#2AF1AD (or 0x2AF1AD) is known color: Shamrock. HEX triplet: 2A, F1 and AD. RGB value is (42,241,173). Sum of RGB (Red+Green+Blue) = 42+241+173=456 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.21% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF1AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF1AD is #D50E52. Grayscale: #ADADAD. Windows color (decimal): -13962835 or 11399466. OLE color: 11399466.
HSL color Cylindrical-coordinate representation of color #2AF1AD: hue angle of 159.5º 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 #2AF1AD is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 173 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.05 |
| HSL | 159.5º | 0.88% | 0.55% | - |
| HSV(B) | 159.5º | 0.83% | 0.95% | - |
| XYZ | 39.95 | 66.42 | 50.25 | - |
| YUV | 173.75 | 127.57 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 173 | 0.83 | 0 | 0.28 | 0.05 | 159.5 | 0.88 | 0.55 |
| Hex | 2A | F1 | AD | 53 | 0 | 1C | 5 | 9F | 58 | 37 |
| Octal | 52 | 361 | 255 | 123 | 0 | 34 | 5 | 237 | 130 | 67 |
| Binary | 101010 | 11110001 | 10101101 | 1010011 | 0 | 11100 | 101 | 10011111 | 1011000 | 110111 |
Color Harmonies of #2AF1AD
Complementary color
Monochromatic Colors of #2AF1AD
Black with #2AF1AD
Text Example
Text Example
White with #2AF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF1AD; }
p { color: rgb(42,241,173); }
H1.HeaderClassName
{
color: #2AF1AD;
}
.AnyTagClassName
{
color: #2AF1AD;
}
</style>
background-color css
<style>
a { background-color: #2AF1AD; }
a { background-color: rgb(42,241,173); }
div.DivClassName
{
background-color: #2AF1AD;
}
.BgClassName
{
background-color: #2AF1AD;
}
</style>
border-color css
<style>
span { border-color: #2AF1AD; }
span { border-color: rgb(42,241,173); }
td.TdClassName
{
border-color: #2AF1AD;
}
.TagClassName
{
border-color: #2AF1AD;
}
</style>