Shades of Shamrock #2ACF98
Tints of Shamrock #2ACF98
RGB
CMYK
RGB Variations
Color information
#2ACF98 (or 0x2ACF98) is known color: Shamrock. HEX triplet: 2A, CF and 98. RGB value is (42,207,152). Sum of RGB (Red+Green+Blue) = 42+207+152=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACF98 is #D53067. Grayscale: #979797. Windows color (decimal): -13971560 or 10014506. OLE color: 10014506.
HSL color Cylindrical-coordinate representation of color #2ACF98: hue angle of 160º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACF98 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 152 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.19 |
| HSL | 160º | 0.66% | 0.49% | - |
| HSV(B) | 160º | 0.8% | 0.81% | - |
| XYZ | 28.94 | 47.38 | 37.33 | - |
| YUV | 151.4 | 128.34 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 152 | 0.80 | 0 | 0.27 | 0.19 | 160 | 0.66 | 0.49 |
| Hex | 2A | CF | 98 | 50 | 0 | 1B | 13 | A0 | 42 | 31 |
| Octal | 52 | 317 | 230 | 120 | 0 | 33 | 23 | 240 | 102 | 61 |
| Binary | 101010 | 11001111 | 10011000 | 1010000 | 0 | 11011 | 10011 | 10100000 | 1000010 | 110001 |
Color Harmonies of #2ACF98
Complementary color
Monochromatic Colors of #2ACF98
Black with #2ACF98
Text Example
Text Example
White with #2ACF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF98; }
p { color: rgb(42,207,152); }
H1.HeaderClassName
{
color: #2ACF98;
}
.AnyTagClassName
{
color: #2ACF98;
}
</style>
background-color css
<style>
a { background-color: #2ACF98; }
a { background-color: rgb(42,207,152); }
div.DivClassName
{
background-color: #2ACF98;
}
.BgClassName
{
background-color: #2ACF98;
}
</style>
border-color css
<style>
span { border-color: #2ACF98; }
span { border-color: rgb(42,207,152); }
td.TdClassName
{
border-color: #2ACF98;
}
.TagClassName
{
border-color: #2ACF98;
}
</style>