Shades of Shamrock #2AF293
Tints of Shamrock #2AF293
RGB
CMYK
RGB Variations
Color information
#2AF293 (or 0x2AF293) is known color: Shamrock. HEX triplet: 2A, F2 and 93. RGB value is (42,242,147). Sum of RGB (Red+Green+Blue) = 42+242+147=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF293 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF293 is #D50D6C. Grayscale: #ABABAB. Windows color (decimal): -13962605 or 9695786. OLE color: 9695786.
HSL color Cylindrical-coordinate representation of color #2AF293: hue angle of 151.5º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF293 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 147 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.05 |
| HSL | 151.5º | 0.88% | 0.56% | - |
| HSV(B) | 151.5º | 0.83% | 0.95% | - |
| XYZ | 37.97 | 66.1 | 38.36 | - |
| YUV | 171.37 | 114.24 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 147 | 0.83 | 0 | 0.39 | 0.05 | 151.5 | 0.88 | 0.56 |
| Hex | 2A | F2 | 93 | 53 | 0 | 27 | 5 | 98 | 58 | 38 |
| Octal | 52 | 362 | 223 | 123 | 0 | 47 | 5 | 230 | 130 | 70 |
| Binary | 101010 | 11110010 | 10010011 | 1010011 | 0 | 100111 | 101 | 10011000 | 1011000 | 111000 |
Color Harmonies of #2AF293
Complementary color
Monochromatic Colors of #2AF293
Black with #2AF293
Text Example
Text Example
White with #2AF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF293; }
p { color: rgb(42,242,147); }
H1.HeaderClassName
{
color: #2AF293;
}
.AnyTagClassName
{
color: #2AF293;
}
</style>
background-color css
<style>
a { background-color: #2AF293; }
a { background-color: rgb(42,242,147); }
div.DivClassName
{
background-color: #2AF293;
}
.BgClassName
{
background-color: #2AF293;
}
</style>
border-color css
<style>
span { border-color: #2AF293; }
span { border-color: rgb(42,242,147); }
td.TdClassName
{
border-color: #2AF293;
}
.TagClassName
{
border-color: #2AF293;
}
</style>