Shades of Shamrock #2AF093
Tints of Shamrock #2AF093
RGB
CMYK
RGB Variations
Color information
#2AF093 (or 0x2AF093) is known color: Shamrock. HEX triplet: 2A, F0 and 93. RGB value is (42,240,147). Sum of RGB (Red+Green+Blue) = 42+240+147=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 240 (94.14% from 255 or 55.94% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF093 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF093 is #D50F6C. Grayscale: #AAAAAA. Windows color (decimal): -13963117 or 9695274. OLE color: 9695274.
HSL color Cylindrical-coordinate representation of color #2AF093: hue angle of 151.82º 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 #2AF093 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 147 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.06 |
| HSL | 151.82º | 0.87% | 0.55% | - |
| HSV(B) | 151.82º | 0.83% | 0.94% | - |
| XYZ | 37.38 | 64.92 | 38.16 | - |
| YUV | 170.2 | 114.9 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 147 | 0.82 | 0 | 0.39 | 0.06 | 151.82 | 0.87 | 0.55 |
| Hex | 2A | F0 | 93 | 52 | 0 | 27 | 6 | 98 | 57 | 37 |
| Octal | 52 | 360 | 223 | 122 | 0 | 47 | 6 | 230 | 127 | 67 |
| Binary | 101010 | 11110000 | 10010011 | 1010010 | 0 | 100111 | 110 | 10011000 | 1010111 | 110111 |
Color Harmonies of #2AF093
Complementary color
Monochromatic Colors of #2AF093
Black with #2AF093
Text Example
Text Example
White with #2AF093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF093; }
p { color: rgb(42,240,147); }
H1.HeaderClassName
{
color: #2AF093;
}
.AnyTagClassName
{
color: #2AF093;
}
</style>
background-color css
<style>
a { background-color: #2AF093; }
a { background-color: rgb(42,240,147); }
div.DivClassName
{
background-color: #2AF093;
}
.BgClassName
{
background-color: #2AF093;
}
</style>
border-color css
<style>
span { border-color: #2AF093; }
span { border-color: rgb(42,240,147); }
td.TdClassName
{
border-color: #2AF093;
}
.TagClassName
{
border-color: #2AF093;
}
</style>