Shades of Shamrock #3AFB8C
Tints of Shamrock #3AFB8C
RGB
CMYK
RGB Variations
Color information
#3AFB8C (or 0x3AFB8C) is known color: Shamrock. HEX triplet: 3A, FB and 8C. RGB value is (58,251,140). Sum of RGB (Red+Green+Blue) = 58+251+140=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 251 (98.44% from 255 or 55.90% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFB8C is #C50473. Grayscale: #B4B4B4. Windows color (decimal): -12911732 or 9239354. OLE color: 9239354.
HSL color Cylindrical-coordinate representation of color #3AFB8C: hue angle of 145.49º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB8C is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 140 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.02 |
| HSL | 145.49º | 0.96% | 0.61% | - |
| HSV(B) | 145.49º | 0.77% | 0.98% | - |
| XYZ | 40.98 | 71.79 | 36.51 | - |
| YUV | 180.64 | 105.06 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 140 | 0.77 | 0 | 0.44 | 0.02 | 145.49 | 0.96 | 0.61 |
| Hex | 3A | FB | 8C | 4D | 0 | 2C | 2 | 91 | 60 | 3D |
| Octal | 72 | 373 | 214 | 115 | 0 | 54 | 2 | 221 | 140 | 75 |
| Binary | 111010 | 11111011 | 10001100 | 1001101 | 0 | 101100 | 10 | 10010001 | 1100000 | 111101 |
Color Harmonies of #3AFB8C
Complementary color
Monochromatic Colors of #3AFB8C
Black with #3AFB8C
Text Example
Text Example
White with #3AFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB8C; }
p { color: rgb(58,251,140); }
H1.HeaderClassName
{
color: #3AFB8C;
}
.AnyTagClassName
{
color: #3AFB8C;
}
</style>
background-color css
<style>
a { background-color: #3AFB8C; }
a { background-color: rgb(58,251,140); }
div.DivClassName
{
background-color: #3AFB8C;
}
.BgClassName
{
background-color: #3AFB8C;
}
</style>
border-color css
<style>
span { border-color: #3AFB8C; }
span { border-color: rgb(58,251,140); }
td.TdClassName
{
border-color: #3AFB8C;
}
.TagClassName
{
border-color: #3AFB8C;
}
</style>