Shades of Shamrock #3AF5A2
Tints of Shamrock #3AF5A2
RGB
CMYK
RGB Variations
Color information
#3AF5A2 (or 0x3AF5A2) is known color: Shamrock. HEX triplet: 3A, F5 and A2. RGB value is (58,245,162). Sum of RGB (Red+Green+Blue) = 58+245+162=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF5A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF5A2 is #C50A5D. Grayscale: #B3B3B3. Windows color (decimal): -12913246 or 10679610. OLE color: 10679610.
HSL color Cylindrical-coordinate representation of color #3AF5A2: hue angle of 153.37º 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 #3AF5A2 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 162 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.04 |
| HSL | 153.37º | 0.9% | 0.59% | - |
| HSV(B) | 153.37º | 0.76% | 0.96% | - |
| XYZ | 40.92 | 68.81 | 45.31 | - |
| YUV | 179.63 | 118.05 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 162 | 0.76 | 0 | 0.34 | 0.04 | 153.37 | 0.9 | 0.59 |
| Hex | 3A | F5 | A2 | 4C | 0 | 22 | 4 | 99 | 5A | 3B |
| Octal | 72 | 365 | 242 | 114 | 0 | 42 | 4 | 231 | 132 | 73 |
| Binary | 111010 | 11110101 | 10100010 | 1001100 | 0 | 100010 | 100 | 10011001 | 1011010 | 111011 |
Color Harmonies of #3AF5A2
Complementary color
Monochromatic Colors of #3AF5A2
Black with #3AF5A2
Text Example
Text Example
White with #3AF5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF5A2; }
p { color: rgb(58,245,162); }
H1.HeaderClassName
{
color: #3AF5A2;
}
.AnyTagClassName
{
color: #3AF5A2;
}
</style>
background-color css
<style>
a { background-color: #3AF5A2; }
a { background-color: rgb(58,245,162); }
div.DivClassName
{
background-color: #3AF5A2;
}
.BgClassName
{
background-color: #3AF5A2;
}
</style>
border-color css
<style>
span { border-color: #3AF5A2; }
span { border-color: rgb(58,245,162); }
td.TdClassName
{
border-color: #3AF5A2;
}
.TagClassName
{
border-color: #3AF5A2;
}
</style>