Shades of Shamrock #3AF08A
Tints of Shamrock #3AF08A
RGB
CMYK
RGB Variations
Color information
#3AF08A (or 0x3AF08A) is known color: Shamrock. HEX triplet: 3A, F0 and 8A. RGB value is (58,240,138). Sum of RGB (Red+Green+Blue) = 58+240+138=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF08A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF08A is #C50F75. Grayscale: #AEAEAE. Windows color (decimal): -12914550 or 9105466. OLE color: 9105466.
HSL color Cylindrical-coordinate representation of color #3AF08A: hue angle of 146.37º 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 #3AF08A is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 138 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.06 |
| HSL | 146.37º | 0.86% | 0.58% | - |
| HSV(B) | 146.37º | 0.76% | 0.94% | - |
| XYZ | 37.49 | 65.05 | 34.63 | - |
| YUV | 173.95 | 107.7 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 138 | 0.76 | 0 | 0.42 | 0.06 | 146.37 | 0.86 | 0.58 |
| Hex | 3A | F0 | 8A | 4C | 0 | 2A | 6 | 92 | 56 | 3A |
| Octal | 72 | 360 | 212 | 114 | 0 | 52 | 6 | 222 | 126 | 72 |
| Binary | 111010 | 11110000 | 10001010 | 1001100 | 0 | 101010 | 110 | 10010010 | 1010110 | 111010 |
Color Harmonies of #3AF08A
Complementary color
Monochromatic Colors of #3AF08A
Black with #3AF08A
Text Example
Text Example
White with #3AF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF08A; }
p { color: rgb(58,240,138); }
H1.HeaderClassName
{
color: #3AF08A;
}
.AnyTagClassName
{
color: #3AF08A;
}
</style>
background-color css
<style>
a { background-color: #3AF08A; }
a { background-color: rgb(58,240,138); }
div.DivClassName
{
background-color: #3AF08A;
}
.BgClassName
{
background-color: #3AF08A;
}
</style>
border-color css
<style>
span { border-color: #3AF08A; }
span { border-color: rgb(58,240,138); }
td.TdClassName
{
border-color: #3AF08A;
}
.TagClassName
{
border-color: #3AF08A;
}
</style>