Shades of Shamrock #38F08A
Tints of Shamrock #38F08A
RGB
CMYK
RGB Variations
Color information
#38F08A (or 0x38F08A) is known color: Shamrock. HEX triplet: 38, F0 and 8A. RGB value is (56,240,138). Sum of RGB (Red+Green+Blue) = 56+240+138=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #38F08A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F08A is #C70F75. Grayscale: #ADADAD. Windows color (decimal): -13045622 or 9105464. OLE color: 9105464.
HSL color Cylindrical-coordinate representation of color #38F08A: hue angle of 146.74º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F08A is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 138 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.06 |
| HSL | 146.74º | 0.86% | 0.58% | - |
| HSV(B) | 146.74º | 0.77% | 0.94% | - |
| XYZ | 37.38 | 65 | 34.62 | - |
| YUV | 173.36 | 108.04 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 138 | 0.77 | 0 | 0.42 | 0.06 | 146.74 | 0.86 | 0.58 |
| Hex | 38 | F0 | 8A | 4D | 0 | 2A | 6 | 93 | 56 | 3A |
| Octal | 70 | 360 | 212 | 115 | 0 | 52 | 6 | 223 | 126 | 72 |
| Binary | 111000 | 11110000 | 10001010 | 1001101 | 0 | 101010 | 110 | 10010011 | 1010110 | 111010 |
Color Harmonies of #38F08A
Complementary color
Monochromatic Colors of #38F08A
Black with #38F08A
Text Example
Text Example
White with #38F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F08A; }
p { color: rgb(56,240,138); }
H1.HeaderClassName
{
color: #38F08A;
}
.AnyTagClassName
{
color: #38F08A;
}
</style>
background-color css
<style>
a { background-color: #38F08A; }
a { background-color: rgb(56,240,138); }
div.DivClassName
{
background-color: #38F08A;
}
.BgClassName
{
background-color: #38F08A;
}
</style>
border-color css
<style>
span { border-color: #38F08A; }
span { border-color: rgb(56,240,138); }
td.TdClassName
{
border-color: #38F08A;
}
.TagClassName
{
border-color: #38F08A;
}
</style>