Shades of Shamrock #2AF290
Tints of Shamrock #2AF290
RGB
CMYK
RGB Variations
Color information
#2AF290 (or 0x2AF290) is known color: Shamrock. HEX triplet: 2A, F2 and 90. RGB value is (42,242,144). Sum of RGB (Red+Green+Blue) = 42+242+144=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF290 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF290 is #D50D6F. Grayscale: #ABABAB. Windows color (decimal): -13962608 or 9499178. OLE color: 9499178.
HSL color Cylindrical-coordinate representation of color #2AF290: hue angle of 150.6º 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 #2AF290 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 144 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.05 |
| HSL | 150.6º | 0.88% | 0.56% | - |
| HSV(B) | 150.6º | 0.83% | 0.95% | - |
| XYZ | 37.74 | 66.01 | 37.14 | - |
| YUV | 171.03 | 112.74 | 35.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 144 | 0.83 | 0 | 0.40 | 0.05 | 150.6 | 0.88 | 0.56 |
| Hex | 2A | F2 | 90 | 53 | 0 | 28 | 5 | 97 | 58 | 38 |
| Octal | 52 | 362 | 220 | 123 | 0 | 50 | 5 | 227 | 130 | 70 |
| Binary | 101010 | 11110010 | 10010000 | 1010011 | 0 | 101000 | 101 | 10010111 | 1011000 | 111000 |
Color Harmonies of #2AF290
Complementary color
Monochromatic Colors of #2AF290
Black with #2AF290
Text Example
Text Example
White with #2AF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF290; }
p { color: rgb(42,242,144); }
H1.HeaderClassName
{
color: #2AF290;
}
.AnyTagClassName
{
color: #2AF290;
}
</style>
background-color css
<style>
a { background-color: #2AF290; }
a { background-color: rgb(42,242,144); }
div.DivClassName
{
background-color: #2AF290;
}
.BgClassName
{
background-color: #2AF290;
}
</style>
border-color css
<style>
span { border-color: #2AF290; }
span { border-color: rgb(42,242,144); }
td.TdClassName
{
border-color: #2AF290;
}
.TagClassName
{
border-color: #2AF290;
}
</style>