Shades of Shamrock #3AF998
Tints of Shamrock #3AF998
RGB
CMYK
RGB Variations
Color information
#3AF998 (or 0x3AF998) is known color: Shamrock. HEX triplet: 3A, F9 and 98. RGB value is (58,249,152). Sum of RGB (Red+Green+Blue) = 58+249+152=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF998 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF998 is #C50667. Grayscale: #B5B5B5. Windows color (decimal): -12912232 or 10025274. OLE color: 10025274.
HSL color Cylindrical-coordinate representation of color #3AF998: hue angle of 149.53º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF998 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 152 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.02 |
| HSL | 149.53º | 0.94% | 0.6% | - |
| HSV(B) | 149.53º | 0.77% | 0.98% | - |
| XYZ | 41.29 | 70.92 | 41.22 | - |
| YUV | 180.83 | 111.72 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 152 | 0.77 | 0 | 0.39 | 0.02 | 149.53 | 0.94 | 0.6 |
| Hex | 3A | F9 | 98 | 4D | 0 | 27 | 2 | 96 | 5E | 3C |
| Octal | 72 | 371 | 230 | 115 | 0 | 47 | 2 | 226 | 136 | 74 |
| Binary | 111010 | 11111001 | 10011000 | 1001101 | 0 | 100111 | 10 | 10010110 | 1011110 | 111100 |
Color Harmonies of #3AF998
Complementary color
Monochromatic Colors of #3AF998
Black with #3AF998
Text Example
Text Example
White with #3AF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF998; }
p { color: rgb(58,249,152); }
H1.HeaderClassName
{
color: #3AF998;
}
.AnyTagClassName
{
color: #3AF998;
}
</style>
background-color css
<style>
a { background-color: #3AF998; }
a { background-color: rgb(58,249,152); }
div.DivClassName
{
background-color: #3AF998;
}
.BgClassName
{
background-color: #3AF998;
}
</style>
border-color css
<style>
span { border-color: #3AF998; }
span { border-color: rgb(58,249,152); }
td.TdClassName
{
border-color: #3AF998;
}
.TagClassName
{
border-color: #3AF998;
}
</style>