Shades of Shamrock #3AF39B
Tints of Shamrock #3AF39B
RGB
CMYK
RGB Variations
Color information
#3AF39B (or 0x3AF39B) is known color: Shamrock. HEX triplet: 3A, F3 and 9B. RGB value is (58,243,155). Sum of RGB (Red+Green+Blue) = 58+243+155=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF39B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF39B is #C50C64. Grayscale: #B1B1B1. Windows color (decimal): -12913765 or 10220346. OLE color: 10220346.
HSL color Cylindrical-coordinate representation of color #3AF39B: hue angle of 151.46º 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 #3AF39B is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 155 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.05 |
| HSL | 151.46º | 0.89% | 0.59% | - |
| HSV(B) | 151.46º | 0.76% | 0.95% | - |
| XYZ | 39.71 | 67.37 | 41.92 | - |
| YUV | 177.65 | 115.21 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 155 | 0.76 | 0 | 0.36 | 0.05 | 151.46 | 0.89 | 0.59 |
| Hex | 3A | F3 | 9B | 4C | 0 | 24 | 5 | 97 | 59 | 3B |
| Octal | 72 | 363 | 233 | 114 | 0 | 44 | 5 | 227 | 131 | 73 |
| Binary | 111010 | 11110011 | 10011011 | 1001100 | 0 | 100100 | 101 | 10010111 | 1011001 | 111011 |
Color Harmonies of #3AF39B
Complementary color
Monochromatic Colors of #3AF39B
Black with #3AF39B
Text Example
Text Example
White with #3AF39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF39B; }
p { color: rgb(58,243,155); }
H1.HeaderClassName
{
color: #3AF39B;
}
.AnyTagClassName
{
color: #3AF39B;
}
</style>
background-color css
<style>
a { background-color: #3AF39B; }
a { background-color: rgb(58,243,155); }
div.DivClassName
{
background-color: #3AF39B;
}
.BgClassName
{
background-color: #3AF39B;
}
</style>
border-color css
<style>
span { border-color: #3AF39B; }
span { border-color: rgb(58,243,155); }
td.TdClassName
{
border-color: #3AF39B;
}
.TagClassName
{
border-color: #3AF39B;
}
</style>