Shades of Dark Sea Green #8DC18D
Tints of Dark Sea Green #8DC18D
RGB
CMYK
RGB Variations
Color information
#8DC18D (or 0x8DC18D) is known color: Dark Sea Green. HEX triplet: 8D, C1 and 8D. RGB value is (141,193,141). Sum of RGB (Red+Green+Blue) = 141+193+141=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC18D is #723E72. Grayscale: #ABABAB. Windows color (decimal): -7487091 or 9290125. OLE color: 9290125.
HSL color Cylindrical-coordinate representation of color #8DC18D: hue angle of 120º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DC18D is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 141 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.24 |
| HSL | 120º | 0.3% | 0.65% | - |
| HSV(B) | 120º | 0.27% | 0.76% | - |
| XYZ | 34.86 | 45.73 | 32.19 | - |
| YUV | 171.52 | 110.77 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 141 | 0.27 | 0 | 0.27 | 0.24 | 120 | 0.3 | 0.65 |
| Hex | 8D | C1 | 8D | 1B | 0 | 1B | 18 | 78 | 1E | 41 |
| Octal | 215 | 301 | 215 | 33 | 0 | 33 | 30 | 170 | 36 | 101 |
| Binary | 10001101 | 11000001 | 10001101 | 11011 | 0 | 11011 | 11000 | 1111000 | 11110 | 1000001 |
Color Harmonies of #8DC18D
Complementary color
Monochromatic Colors of #8DC18D
Black with #8DC18D
Text Example
Text Example
White with #8DC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC18D; }
p { color: rgb(141,193,141); }
H1.HeaderClassName
{
color: #8DC18D;
}
.AnyTagClassName
{
color: #8DC18D;
}
</style>
background-color css
<style>
a { background-color: #8DC18D; }
a { background-color: rgb(141,193,141); }
div.DivClassName
{
background-color: #8DC18D;
}
.BgClassName
{
background-color: #8DC18D;
}
</style>
border-color css
<style>
span { border-color: #8DC18D; }
span { border-color: rgb(141,193,141); }
td.TdClassName
{
border-color: #8DC18D;
}
.TagClassName
{
border-color: #8DC18D;
}
</style>