Shades of Shamrock #3AF9A0
Tints of Shamrock #3AF9A0
RGB
CMYK
RGB Variations
Color information
#3AF9A0 (or 0x3AF9A0) is known color: Shamrock. HEX triplet: 3A, F9 and A0. RGB value is (58,249,160). Sum of RGB (Red+Green+Blue) = 58+249+160=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF9A0 is #C5065F. Grayscale: #B5B5B5. Windows color (decimal): -12912224 or 10549562. OLE color: 10549562.
HSL color Cylindrical-coordinate representation of color #3AF9A0: hue angle of 152.04º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF9A0 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 160 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.02 |
| HSL | 152.04º | 0.94% | 0.6% | - |
| HSV(B) | 152.04º | 0.77% | 0.98% | - |
| XYZ | 41.97 | 71.19 | 44.79 | - |
| YUV | 181.75 | 115.72 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 160 | 0.77 | 0 | 0.36 | 0.02 | 152.04 | 0.94 | 0.6 |
| Hex | 3A | F9 | A0 | 4D | 0 | 24 | 2 | 98 | 5E | 3C |
| Octal | 72 | 371 | 240 | 115 | 0 | 44 | 2 | 230 | 136 | 74 |
| Binary | 111010 | 11111001 | 10100000 | 1001101 | 0 | 100100 | 10 | 10011000 | 1011110 | 111100 |
Color Harmonies of #3AF9A0
Complementary color
Monochromatic Colors of #3AF9A0
Black with #3AF9A0
Text Example
Text Example
White with #3AF9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF9A0; }
p { color: rgb(58,249,160); }
H1.HeaderClassName
{
color: #3AF9A0;
}
.AnyTagClassName
{
color: #3AF9A0;
}
</style>
background-color css
<style>
a { background-color: #3AF9A0; }
a { background-color: rgb(58,249,160); }
div.DivClassName
{
background-color: #3AF9A0;
}
.BgClassName
{
background-color: #3AF9A0;
}
</style>
border-color css
<style>
span { border-color: #3AF9A0; }
span { border-color: rgb(58,249,160); }
td.TdClassName
{
border-color: #3AF9A0;
}
.TagClassName
{
border-color: #3AF9A0;
}
</style>