Shades of Shamrock #38FF9C
Tints of Shamrock #38FF9C
RGB
CMYK
RGB Variations
Color information
#38FF9C (or 0x38FF9C) is known color: Shamrock. HEX triplet: 38, FF and 9C. RGB value is (56,255,156). Sum of RGB (Red+Green+Blue) = 56+255+156=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FF9C is #C70063. Grayscale: #B8B8B8. Windows color (decimal): -13041764 or 10288952. OLE color: 10288952.
HSL color Cylindrical-coordinate representation of color #38FF9C: hue angle of 150.15º 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 #38FF9C is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 156 | - |
| CMYK | 0.78 | 0 | 0.39 | 0 |
| HSL | 150.15º | 1% | 0.61% | - |
| HSV(B) | 150.15º | 0.78% | 1% | - |
| XYZ | 43.39 | 74.76 | 43.6 | - |
| YUV | 184.21 | 112.07 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 156 | 0.78 | 0 | 0.39 | 0 | 150.15 | 1 | 0.61 |
| Hex | 38 | FF | 9C | 4E | 0 | 27 | 0 | 96 | 64 | 3D |
| Octal | 70 | 377 | 234 | 116 | 0 | 47 | 0 | 226 | 144 | 75 |
| Binary | 111000 | 11111111 | 10011100 | 1001110 | 0 | 100111 | 0 | 10010110 | 1100100 | 111101 |
Color Harmonies of #38FF9C
Complementary color
Monochromatic Colors of #38FF9C
Black with #38FF9C
Text Example
Text Example
White with #38FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF9C; }
p { color: rgb(56,255,156); }
H1.HeaderClassName
{
color: #38FF9C;
}
.AnyTagClassName
{
color: #38FF9C;
}
</style>
background-color css
<style>
a { background-color: #38FF9C; }
a { background-color: rgb(56,255,156); }
div.DivClassName
{
background-color: #38FF9C;
}
.BgClassName
{
background-color: #38FF9C;
}
</style>
border-color css
<style>
span { border-color: #38FF9C; }
span { border-color: rgb(56,255,156); }
td.TdClassName
{
border-color: #38FF9C;
}
.TagClassName
{
border-color: #38FF9C;
}
</style>