Shades of Shamrock #38FFAC
Tints of Shamrock #38FFAC
RGB
CMYK
RGB Variations
Color information
#38FFAC (or 0x38FFAC) is known color: Shamrock. HEX triplet: 38, FF and AC. RGB value is (56,255,172). Sum of RGB (Red+Green+Blue) = 56+255+172=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FFAC is #C70053. Grayscale: #BABABA. Windows color (decimal): -13041748 or 11337528. OLE color: 11337528.
HSL color Cylindrical-coordinate representation of color #38FFAC: hue angle of 154.97º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFAC is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 172 | - |
| CMYK | 0.78 | 0 | 0.33 | 0 |
| HSL | 154.97º | 1% | 0.61% | - |
| HSV(B) | 154.97º | 0.78% | 1% | - |
| XYZ | 44.84 | 75.34 | 51.21 | - |
| YUV | 186.04 | 120.07 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 172 | 0.78 | 0 | 0.33 | 0 | 154.97 | 1 | 0.61 |
| Hex | 38 | FF | AC | 4E | 0 | 21 | 0 | 9B | 64 | 3D |
| Octal | 70 | 377 | 254 | 116 | 0 | 41 | 0 | 233 | 144 | 75 |
| Binary | 111000 | 11111111 | 10101100 | 1001110 | 0 | 100001 | 0 | 10011011 | 1100100 | 111101 |
Color Harmonies of #38FFAC
Complementary color
Monochromatic Colors of #38FFAC
Black with #38FFAC
Text Example
Text Example
White with #38FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFAC; }
p { color: rgb(56,255,172); }
H1.HeaderClassName
{
color: #38FFAC;
}
.AnyTagClassName
{
color: #38FFAC;
}
</style>
background-color css
<style>
a { background-color: #38FFAC; }
a { background-color: rgb(56,255,172); }
div.DivClassName
{
background-color: #38FFAC;
}
.BgClassName
{
background-color: #38FFAC;
}
</style>
border-color css
<style>
span { border-color: #38FFAC; }
span { border-color: rgb(56,255,172); }
td.TdClassName
{
border-color: #38FFAC;
}
.TagClassName
{
border-color: #38FFAC;
}
</style>