Shades of Shamrock #3AFC9B
Tints of Shamrock #3AFC9B
RGB
CMYK
RGB Variations
Color information
#3AFC9B (or 0x3AFC9B) is known color: Shamrock. HEX triplet: 3A, FC and 9B. RGB value is (58,252,155). Sum of RGB (Red+Green+Blue) = 58+252+155=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFC9B is #C50364. Grayscale: #B7B7B7. Windows color (decimal): -12911461 or 10222650. OLE color: 10222650.
HSL color Cylindrical-coordinate representation of color #3AFC9B: hue angle of 150º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFC9B is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 155 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.01 |
| HSL | 150º | 0.97% | 0.61% | - |
| HSV(B) | 150º | 0.77% | 0.99% | - |
| XYZ | 42.47 | 72.89 | 42.84 | - |
| YUV | 182.94 | 112.23 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 155 | 0.77 | 0 | 0.38 | 0.01 | 150 | 0.97 | 0.61 |
| Hex | 3A | FC | 9B | 4D | 0 | 26 | 1 | 96 | 61 | 3D |
| Octal | 72 | 374 | 233 | 115 | 0 | 46 | 1 | 226 | 141 | 75 |
| Binary | 111010 | 11111100 | 10011011 | 1001101 | 0 | 100110 | 1 | 10010110 | 1100001 | 111101 |
Color Harmonies of #3AFC9B
Complementary color
Monochromatic Colors of #3AFC9B
Black with #3AFC9B
Text Example
Text Example
White with #3AFC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC9B; }
p { color: rgb(58,252,155); }
H1.HeaderClassName
{
color: #3AFC9B;
}
.AnyTagClassName
{
color: #3AFC9B;
}
</style>
background-color css
<style>
a { background-color: #3AFC9B; }
a { background-color: rgb(58,252,155); }
div.DivClassName
{
background-color: #3AFC9B;
}
.BgClassName
{
background-color: #3AFC9B;
}
</style>
border-color css
<style>
span { border-color: #3AFC9B; }
span { border-color: rgb(58,252,155); }
td.TdClassName
{
border-color: #3AFC9B;
}
.TagClassName
{
border-color: #3AFC9B;
}
</style>