Shades of Shamrock #3AFEAA
Tints of Shamrock #3AFEAA
RGB
CMYK
RGB Variations
Color information
#3AFEAA (or 0x3AFEAA) is known color: Shamrock. HEX triplet: 3A, FE and AA. RGB value is (58,254,170). Sum of RGB (Red+Green+Blue) = 58+254+170=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFEAA is #C50155. Grayscale: #B9B9B9. Windows color (decimal): -12910934 or 11206202. OLE color: 11206202.
HSL color Cylindrical-coordinate representation of color #3AFEAA: hue angle of 154.29º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEAA is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 170 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.00 |
| HSL | 154.29º | 0.99% | 0.61% | - |
| HSV(B) | 154.29º | 0.77% | 1% | - |
| XYZ | 44.44 | 74.69 | 50.1 | - |
| YUV | 185.82 | 119.07 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 170 | 0.77 | 0 | 0.33 | 0.00 | 154.29 | 0.99 | 0.61 |
| Hex | 3A | FE | AA | 4D | 0 | 21 | 0 | 9A | 63 | 3D |
| Octal | 72 | 376 | 252 | 115 | 0 | 41 | 0 | 232 | 143 | 75 |
| Binary | 111010 | 11111110 | 10101010 | 1001101 | 0 | 100001 | 0 | 10011010 | 1100011 | 111101 |
Color Harmonies of #3AFEAA
Complementary color
Monochromatic Colors of #3AFEAA
Black with #3AFEAA
Text Example
Text Example
White with #3AFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEAA; }
p { color: rgb(58,254,170); }
H1.HeaderClassName
{
color: #3AFEAA;
}
.AnyTagClassName
{
color: #3AFEAA;
}
</style>
background-color css
<style>
a { background-color: #3AFEAA; }
a { background-color: rgb(58,254,170); }
div.DivClassName
{
background-color: #3AFEAA;
}
.BgClassName
{
background-color: #3AFEAA;
}
</style>
border-color css
<style>
span { border-color: #3AFEAA; }
span { border-color: rgb(58,254,170); }
td.TdClassName
{
border-color: #3AFEAA;
}
.TagClassName
{
border-color: #3AFEAA;
}
</style>