Shades of Shamrock #3AF08C
Tints of Shamrock #3AF08C
RGB
CMYK
RGB Variations
Color information
#3AF08C (or 0x3AF08C) is known color: Shamrock. HEX triplet: 3A, F0 and 8C. RGB value is (58,240,140). Sum of RGB (Red+Green+Blue) = 58+240+140=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF08C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF08C is #C50F73. Grayscale: #AEAEAE. Windows color (decimal): -12914548 or 9236538. OLE color: 9236538.
HSL color Cylindrical-coordinate representation of color #3AF08C: hue angle of 147.03º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF08C is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 140 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.06 |
| HSL | 147.03º | 0.86% | 0.58% | - |
| HSV(B) | 147.03º | 0.76% | 0.94% | - |
| XYZ | 37.64 | 65.11 | 35.4 | - |
| YUV | 174.18 | 108.7 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 140 | 0.76 | 0 | 0.42 | 0.06 | 147.03 | 0.86 | 0.58 |
| Hex | 3A | F0 | 8C | 4C | 0 | 2A | 6 | 93 | 56 | 3A |
| Octal | 72 | 360 | 214 | 114 | 0 | 52 | 6 | 223 | 126 | 72 |
| Binary | 111010 | 11110000 | 10001100 | 1001100 | 0 | 101010 | 110 | 10010011 | 1010110 | 111010 |
Color Harmonies of #3AF08C
Complementary color
Monochromatic Colors of #3AF08C
Black with #3AF08C
Text Example
Text Example
White with #3AF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF08C; }
p { color: rgb(58,240,140); }
H1.HeaderClassName
{
color: #3AF08C;
}
.AnyTagClassName
{
color: #3AF08C;
}
</style>
background-color css
<style>
a { background-color: #3AF08C; }
a { background-color: rgb(58,240,140); }
div.DivClassName
{
background-color: #3AF08C;
}
.BgClassName
{
background-color: #3AF08C;
}
</style>
border-color css
<style>
span { border-color: #3AF08C; }
span { border-color: rgb(58,240,140); }
td.TdClassName
{
border-color: #3AF08C;
}
.TagClassName
{
border-color: #3AF08C;
}
</style>