Shades of Shamrock #3ACF96
Tints of Shamrock #3ACF96
RGB
CMYK
RGB Variations
Color information
#3ACF96 (or 0x3ACF96) is known color: Shamrock. HEX triplet: 3A, CF and 96. RGB value is (58,207,150). Sum of RGB (Red+Green+Blue) = 58+207+150=415 (54% of max value = 765). Red value is 58 (23.05% from 255 or 13.98% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACF96 is #C53069. Grayscale: #9C9C9C. Windows color (decimal): -12922986 or 9883450. OLE color: 9883450.
HSL color Cylindrical-coordinate representation of color #3ACF96: hue angle of 157.05º 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 #3ACF96 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 150 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.19 |
| HSL | 157.05º | 0.61% | 0.52% | - |
| HSV(B) | 157.05º | 0.72% | 0.81% | - |
| XYZ | 29.56 | 47.73 | 36.51 | - |
| YUV | 155.95 | 124.64 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 150 | 0.72 | 0 | 0.28 | 0.19 | 157.05 | 0.61 | 0.52 |
| Hex | 3A | CF | 96 | 48 | 0 | 1C | 13 | 9D | 3D | 34 |
| Octal | 72 | 317 | 226 | 110 | 0 | 34 | 23 | 235 | 75 | 64 |
| Binary | 111010 | 11001111 | 10010110 | 1001000 | 0 | 11100 | 10011 | 10011101 | 111101 | 110100 |
Color Harmonies of #3ACF96
Complementary color
Monochromatic Colors of #3ACF96
Black with #3ACF96
Text Example
Text Example
White with #3ACF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF96; }
p { color: rgb(58,207,150); }
H1.HeaderClassName
{
color: #3ACF96;
}
.AnyTagClassName
{
color: #3ACF96;
}
</style>
background-color css
<style>
a { background-color: #3ACF96; }
a { background-color: rgb(58,207,150); }
div.DivClassName
{
background-color: #3ACF96;
}
.BgClassName
{
background-color: #3ACF96;
}
</style>
border-color css
<style>
span { border-color: #3ACF96; }
span { border-color: rgb(58,207,150); }
td.TdClassName
{
border-color: #3ACF96;
}
.TagClassName
{
border-color: #3ACF96;
}
</style>