Shades of Shamrock #38FEA8
Tints of Shamrock #38FEA8
RGB
CMYK
RGB Variations
Color information
#38FEA8 (or 0x38FEA8) is known color: Shamrock. HEX triplet: 38, FE and A8. RGB value is (56,254,168). Sum of RGB (Red+Green+Blue) = 56+254+168=478 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.72% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #38FEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FEA8 is #C70157. Grayscale: #B9B9B9. Windows color (decimal): -13042008 or 11075128. OLE color: 11075128.
HSL color Cylindrical-coordinate representation of color #38FEA8: hue angle of 153.94º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FEA8 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 168 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.00 |
| HSL | 153.94º | 0.99% | 0.61% | - |
| HSV(B) | 153.94º | 0.78% | 1% | - |
| XYZ | 44.14 | 74.55 | 49.11 | - |
| YUV | 184.99 | 118.4 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 168 | 0.78 | 0 | 0.34 | 0.00 | 153.94 | 0.99 | 0.61 |
| Hex | 38 | FE | A8 | 4E | 0 | 22 | 0 | 9A | 63 | 3D |
| Octal | 70 | 376 | 250 | 116 | 0 | 42 | 0 | 232 | 143 | 75 |
| Binary | 111000 | 11111110 | 10101000 | 1001110 | 0 | 100010 | 0 | 10011010 | 1100011 | 111101 |
Color Harmonies of #38FEA8
Complementary color
Monochromatic Colors of #38FEA8
Black with #38FEA8
Text Example
Text Example
White with #38FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FEA8; }
p { color: rgb(56,254,168); }
H1.HeaderClassName
{
color: #38FEA8;
}
.AnyTagClassName
{
color: #38FEA8;
}
</style>
background-color css
<style>
a { background-color: #38FEA8; }
a { background-color: rgb(56,254,168); }
div.DivClassName
{
background-color: #38FEA8;
}
.BgClassName
{
background-color: #38FEA8;
}
</style>
border-color css
<style>
span { border-color: #38FEA8; }
span { border-color: rgb(56,254,168); }
td.TdClassName
{
border-color: #38FEA8;
}
.TagClassName
{
border-color: #38FEA8;
}
</style>