Shades of Shamrock #3CFF9A
Tints of Shamrock #3CFF9A
RGB
CMYK
RGB Variations
Color information
#3CFF9A (or 0x3CFF9A) is known color: Shamrock. HEX triplet: 3C, FF and 9A. RGB value is (60,255,154). Sum of RGB (Red+Green+Blue) = 60+255+154=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFF9A is #C30065. Grayscale: #B9B9B9. Windows color (decimal): -12779622 or 10157884. OLE color: 10157884.
HSL color Cylindrical-coordinate representation of color #3CFF9A: hue angle of 148.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFF9A is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 154 | - |
| CMYK | 0.76 | 0 | 0.40 | 0 |
| HSL | 148.92º | 1% | 0.62% | - |
| HSV(B) | 148.92º | 0.76% | 1% | - |
| XYZ | 43.46 | 74.81 | 42.72 | - |
| YUV | 185.18 | 110.4 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 154 | 0.76 | 0 | 0.40 | 0 | 148.92 | 1 | 0.62 |
| Hex | 3C | FF | 9A | 4C | 0 | 28 | 0 | 95 | 64 | 3E |
| Octal | 74 | 377 | 232 | 114 | 0 | 50 | 0 | 225 | 144 | 76 |
| Binary | 111100 | 11111111 | 10011010 | 1001100 | 0 | 101000 | 0 | 10010101 | 1100100 | 111110 |
Color Harmonies of #3CFF9A
Complementary color
Monochromatic Colors of #3CFF9A
Black with #3CFF9A
Text Example
Text Example
White with #3CFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF9A; }
p { color: rgb(60,255,154); }
H1.HeaderClassName
{
color: #3CFF9A;
}
.AnyTagClassName
{
color: #3CFF9A;
}
</style>
background-color css
<style>
a { background-color: #3CFF9A; }
a { background-color: rgb(60,255,154); }
div.DivClassName
{
background-color: #3CFF9A;
}
.BgClassName
{
background-color: #3CFF9A;
}
</style>
border-color css
<style>
span { border-color: #3CFF9A; }
span { border-color: rgb(60,255,154); }
td.TdClassName
{
border-color: #3CFF9A;
}
.TagClassName
{
border-color: #3CFF9A;
}
</style>