Shades of Shamrock #3AF898
Tints of Shamrock #3AF898
RGB
CMYK
RGB Variations
Color information
#3AF898 (or 0x3AF898) is known color: Shamrock. HEX triplet: 3A, F8 and 98. RGB value is (58,248,152). Sum of RGB (Red+Green+Blue) = 58+248+152=458 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.66% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF898 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF898 is #C50767. Grayscale: #B4B4B4. Windows color (decimal): -12912488 or 10025018. OLE color: 10025018.
HSL color Cylindrical-coordinate representation of color #3AF898: hue angle of 149.68º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF898 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 152 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.03 |
| HSL | 149.68º | 0.93% | 0.6% | - |
| HSV(B) | 149.68º | 0.77% | 0.97% | - |
| XYZ | 40.98 | 70.3 | 41.12 | - |
| YUV | 180.25 | 112.05 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 152 | 0.77 | 0 | 0.39 | 0.03 | 149.68 | 0.93 | 0.6 |
| Hex | 3A | F8 | 98 | 4D | 0 | 27 | 3 | 96 | 5D | 3C |
| Octal | 72 | 370 | 230 | 115 | 0 | 47 | 3 | 226 | 135 | 74 |
| Binary | 111010 | 11111000 | 10011000 | 1001101 | 0 | 100111 | 11 | 10010110 | 1011101 | 111100 |
Color Harmonies of #3AF898
Complementary color
Monochromatic Colors of #3AF898
Black with #3AF898
Text Example
Text Example
White with #3AF898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF898; }
p { color: rgb(58,248,152); }
H1.HeaderClassName
{
color: #3AF898;
}
.AnyTagClassName
{
color: #3AF898;
}
</style>
background-color css
<style>
a { background-color: #3AF898; }
a { background-color: rgb(58,248,152); }
div.DivClassName
{
background-color: #3AF898;
}
.BgClassName
{
background-color: #3AF898;
}
</style>
border-color css
<style>
span { border-color: #3AF898; }
span { border-color: rgb(58,248,152); }
td.TdClassName
{
border-color: #3AF898;
}
.TagClassName
{
border-color: #3AF898;
}
</style>