Shades of Shamrock #3AF28E
Tints of Shamrock #3AF28E
RGB
CMYK
RGB Variations
Color information
#3AF28E (or 0x3AF28E) is known color: Shamrock. HEX triplet: 3A, F2 and 8E. RGB value is (58,242,142). Sum of RGB (Red+Green+Blue) = 58+242+142=442 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.12% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF28E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF28E is #C50D71. Grayscale: #AFAFAF. Windows color (decimal): -12914034 or 9368122. OLE color: 9368122.
HSL color Cylindrical-coordinate representation of color #3AF28E: hue angle of 147.39º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF28E is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 142 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.05 |
| HSL | 147.39º | 0.88% | 0.59% | - |
| HSV(B) | 147.39º | 0.76% | 0.95% | - |
| XYZ | 38.38 | 66.36 | 36.38 | - |
| YUV | 175.58 | 109.04 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 142 | 0.76 | 0 | 0.41 | 0.05 | 147.39 | 0.88 | 0.59 |
| Hex | 3A | F2 | 8E | 4C | 0 | 29 | 5 | 93 | 58 | 3B |
| Octal | 72 | 362 | 216 | 114 | 0 | 51 | 5 | 223 | 130 | 73 |
| Binary | 111010 | 11110010 | 10001110 | 1001100 | 0 | 101001 | 101 | 10010011 | 1011000 | 111011 |
Color Harmonies of #3AF28E
Complementary color
Monochromatic Colors of #3AF28E
Black with #3AF28E
Text Example
Text Example
White with #3AF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF28E; }
p { color: rgb(58,242,142); }
H1.HeaderClassName
{
color: #3AF28E;
}
.AnyTagClassName
{
color: #3AF28E;
}
</style>
background-color css
<style>
a { background-color: #3AF28E; }
a { background-color: rgb(58,242,142); }
div.DivClassName
{
background-color: #3AF28E;
}
.BgClassName
{
background-color: #3AF28E;
}
</style>
border-color css
<style>
span { border-color: #3AF28E; }
span { border-color: rgb(58,242,142); }
td.TdClassName
{
border-color: #3AF28E;
}
.TagClassName
{
border-color: #3AF28E;
}
</style>