Shades of Shamrock #3ACF9A
Tints of Shamrock #3ACF9A
RGB
CMYK
RGB Variations
Color information
#3ACF9A (or 0x3ACF9A) is known color: Shamrock. HEX triplet: 3A, CF and 9A. RGB value is (58,207,154). Sum of RGB (Red+Green+Blue) = 58+207+154=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACF9A is #C53065. Grayscale: #9C9C9C. Windows color (decimal): -12922982 or 10145594. OLE color: 10145594.
HSL color Cylindrical-coordinate representation of color #3ACF9A: hue angle of 158.66º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACF9A is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 154 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.19 |
| HSL | 158.66º | 0.61% | 0.52% | - |
| HSV(B) | 158.66º | 0.72% | 0.81% | - |
| XYZ | 29.89 | 47.86 | 38.23 | - |
| YUV | 156.41 | 126.64 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 154 | 0.72 | 0 | 0.26 | 0.19 | 158.66 | 0.61 | 0.52 |
| Hex | 3A | CF | 9A | 48 | 0 | 1A | 13 | 9F | 3D | 34 |
| Octal | 72 | 317 | 232 | 110 | 0 | 32 | 23 | 237 | 75 | 64 |
| Binary | 111010 | 11001111 | 10011010 | 1001000 | 0 | 11010 | 10011 | 10011111 | 111101 | 110100 |
Color Harmonies of #3ACF9A
Complementary color
Monochromatic Colors of #3ACF9A
Black with #3ACF9A
Text Example
Text Example
White with #3ACF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF9A; }
p { color: rgb(58,207,154); }
H1.HeaderClassName
{
color: #3ACF9A;
}
.AnyTagClassName
{
color: #3ACF9A;
}
</style>
background-color css
<style>
a { background-color: #3ACF9A; }
a { background-color: rgb(58,207,154); }
div.DivClassName
{
background-color: #3ACF9A;
}
.BgClassName
{
background-color: #3ACF9A;
}
</style>
border-color css
<style>
span { border-color: #3ACF9A; }
span { border-color: rgb(58,207,154); }
td.TdClassName
{
border-color: #3ACF9A;
}
.TagClassName
{
border-color: #3ACF9A;
}
</style>