Shades of Shamrock #3AF999
Tints of Shamrock #3AF999
RGB
CMYK
RGB Variations
Color information
#3AF999 (or 0x3AF999) is known color: Shamrock. HEX triplet: 3A, F9 and 99. RGB value is (58,249,153). Sum of RGB (Red+Green+Blue) = 58+249+153=460 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.61% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF999 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF999 is #C50666. Grayscale: #B5B5B5. Windows color (decimal): -12912231 or 10090810. OLE color: 10090810.
HSL color Cylindrical-coordinate representation of color #3AF999: hue angle of 149.84º 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 #3AF999 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 153 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.02 |
| HSL | 149.84º | 0.94% | 0.6% | - |
| HSV(B) | 149.84º | 0.77% | 0.98% | - |
| XYZ | 41.37 | 70.95 | 41.65 | - |
| YUV | 180.95 | 112.22 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 153 | 0.77 | 0 | 0.39 | 0.02 | 149.84 | 0.94 | 0.6 |
| Hex | 3A | F9 | 99 | 4D | 0 | 27 | 2 | 96 | 5E | 3C |
| Octal | 72 | 371 | 231 | 115 | 0 | 47 | 2 | 226 | 136 | 74 |
| Binary | 111010 | 11111001 | 10011001 | 1001101 | 0 | 100111 | 10 | 10010110 | 1011110 | 111100 |
Color Harmonies of #3AF999
Complementary color
Monochromatic Colors of #3AF999
Black with #3AF999
Text Example
Text Example
White with #3AF999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF999; }
p { color: rgb(58,249,153); }
H1.HeaderClassName
{
color: #3AF999;
}
.AnyTagClassName
{
color: #3AF999;
}
</style>
background-color css
<style>
a { background-color: #3AF999; }
a { background-color: rgb(58,249,153); }
div.DivClassName
{
background-color: #3AF999;
}
.BgClassName
{
background-color: #3AF999;
}
</style>
border-color css
<style>
span { border-color: #3AF999; }
span { border-color: rgb(58,249,153); }
td.TdClassName
{
border-color: #3AF999;
}
.TagClassName
{
border-color: #3AF999;
}
</style>