Shades of Shamrock #2ACF85
Tints of Shamrock #2ACF85
RGB
CMYK
RGB Variations
Color information
#2ACF85 (or 0x2ACF85) is known color: Shamrock. HEX triplet: 2A, CF and 85. RGB value is (42,207,133). Sum of RGB (Red+Green+Blue) = 42+207+133=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACF85 is #D5307A. Grayscale: #959595. Windows color (decimal): -13971579 or 8769322. OLE color: 8769322.
HSL color Cylindrical-coordinate representation of color #2ACF85: hue angle of 153.09º 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 #2ACF85 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 133 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.19 |
| HSL | 153.09º | 0.66% | 0.49% | - |
| HSV(B) | 153.09º | 0.8% | 0.81% | - |
| XYZ | 27.5 | 46.81 | 29.78 | - |
| YUV | 149.23 | 118.84 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 133 | 0.80 | 0 | 0.36 | 0.19 | 153.09 | 0.66 | 0.49 |
| Hex | 2A | CF | 85 | 50 | 0 | 24 | 13 | 99 | 42 | 31 |
| Octal | 52 | 317 | 205 | 120 | 0 | 44 | 23 | 231 | 102 | 61 |
| Binary | 101010 | 11001111 | 10000101 | 1010000 | 0 | 100100 | 10011 | 10011001 | 1000010 | 110001 |
Color Harmonies of #2ACF85
Complementary color
Monochromatic Colors of #2ACF85
Black with #2ACF85
Text Example
Text Example
White with #2ACF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF85; }
p { color: rgb(42,207,133); }
H1.HeaderClassName
{
color: #2ACF85;
}
.AnyTagClassName
{
color: #2ACF85;
}
</style>
background-color css
<style>
a { background-color: #2ACF85; }
a { background-color: rgb(42,207,133); }
div.DivClassName
{
background-color: #2ACF85;
}
.BgClassName
{
background-color: #2ACF85;
}
</style>
border-color css
<style>
span { border-color: #2ACF85; }
span { border-color: rgb(42,207,133); }
td.TdClassName
{
border-color: #2ACF85;
}
.TagClassName
{
border-color: #2ACF85;
}
</style>