Shades of Shamrock #3AF39C
Tints of Shamrock #3AF39C
RGB
CMYK
RGB Variations
Color information
#3AF39C (or 0x3AF39C) is known color: Shamrock. HEX triplet: 3A, F3 and 9C. RGB value is (58,243,156). Sum of RGB (Red+Green+Blue) = 58+243+156=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF39C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF39C is #C50C63. Grayscale: #B1B1B1. Windows color (decimal): -12913764 or 10285882. OLE color: 10285882.
HSL color Cylindrical-coordinate representation of color #3AF39C: hue angle of 151.78º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF39C is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 156 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.05 |
| HSL | 151.78º | 0.89% | 0.59% | - |
| HSV(B) | 151.78º | 0.76% | 0.95% | - |
| XYZ | 39.8 | 67.4 | 42.36 | - |
| YUV | 177.77 | 115.71 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 156 | 0.76 | 0 | 0.36 | 0.05 | 151.78 | 0.89 | 0.59 |
| Hex | 3A | F3 | 9C | 4C | 0 | 24 | 5 | 98 | 59 | 3B |
| Octal | 72 | 363 | 234 | 114 | 0 | 44 | 5 | 230 | 131 | 73 |
| Binary | 111010 | 11110011 | 10011100 | 1001100 | 0 | 100100 | 101 | 10011000 | 1011001 | 111011 |
Color Harmonies of #3AF39C
Complementary color
Monochromatic Colors of #3AF39C
Black with #3AF39C
Text Example
Text Example
White with #3AF39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF39C; }
p { color: rgb(58,243,156); }
H1.HeaderClassName
{
color: #3AF39C;
}
.AnyTagClassName
{
color: #3AF39C;
}
</style>
background-color css
<style>
a { background-color: #3AF39C; }
a { background-color: rgb(58,243,156); }
div.DivClassName
{
background-color: #3AF39C;
}
.BgClassName
{
background-color: #3AF39C;
}
</style>
border-color css
<style>
span { border-color: #3AF39C; }
span { border-color: rgb(58,243,156); }
td.TdClassName
{
border-color: #3AF39C;
}
.TagClassName
{
border-color: #3AF39C;
}
</style>