Shades of Shamrock #3AF594
Tints of Shamrock #3AF594
RGB
CMYK
RGB Variations
Color information
#3AF594 (or 0x3AF594) is known color: Shamrock. HEX triplet: 3A, F5 and 94. RGB value is (58,245,148). Sum of RGB (Red+Green+Blue) = 58+245+148=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 245 (96.09% from 255 or 54.32% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF594 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF594 is #C50A6B. Grayscale: #B2B2B2. Windows color (decimal): -12913260 or 9762106. OLE color: 9762106.
HSL color Cylindrical-coordinate representation of color #3AF594: hue angle of 148.88º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF594 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 148 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.04 |
| HSL | 148.88º | 0.9% | 0.59% | - |
| HSV(B) | 148.88º | 0.76% | 0.96% | - |
| XYZ | 39.74 | 68.34 | 39.11 | - |
| YUV | 178.03 | 111.05 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 148 | 0.76 | 0 | 0.40 | 0.04 | 148.88 | 0.9 | 0.59 |
| Hex | 3A | F5 | 94 | 4C | 0 | 28 | 4 | 95 | 5A | 3B |
| Octal | 72 | 365 | 224 | 114 | 0 | 50 | 4 | 225 | 132 | 73 |
| Binary | 111010 | 11110101 | 10010100 | 1001100 | 0 | 101000 | 100 | 10010101 | 1011010 | 111011 |
Color Harmonies of #3AF594
Complementary color
Monochromatic Colors of #3AF594
Black with #3AF594
Text Example
Text Example
White with #3AF594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF594; }
p { color: rgb(58,245,148); }
H1.HeaderClassName
{
color: #3AF594;
}
.AnyTagClassName
{
color: #3AF594;
}
</style>
background-color css
<style>
a { background-color: #3AF594; }
a { background-color: rgb(58,245,148); }
div.DivClassName
{
background-color: #3AF594;
}
.BgClassName
{
background-color: #3AF594;
}
</style>
border-color css
<style>
span { border-color: #3AF594; }
span { border-color: rgb(58,245,148); }
td.TdClassName
{
border-color: #3AF594;
}
.TagClassName
{
border-color: #3AF594;
}
</style>