Shades of Dark Sea Green #93C28D
Tints of Dark Sea Green #93C28D
RGB
CMYK
RGB Variations
Color information
#93C28D (or 0x93C28D) is known color: Dark Sea Green. HEX triplet: 93, C2 and 8D. RGB value is (147,194,141). Sum of RGB (Red+Green+Blue) = 147+194+141=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #93C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C28D is #6C3D72. Grayscale: #AEAEAE. Windows color (decimal): -7093619 or 9290387. OLE color: 9290387.
HSL color Cylindrical-coordinate representation of color #93C28D: hue angle of 113.21º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C28D is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 141 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.24 |
| HSL | 113.21º | 0.3% | 0.66% | - |
| HSV(B) | 113.21º | 0.27% | 0.76% | - |
| XYZ | 36.13 | 46.71 | 32.31 | - |
| YUV | 173.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 141 | 0.24 | 0 | 0.27 | 0.24 | 113.21 | 0.3 | 0.66 |
| Hex | 93 | C2 | 8D | 18 | 0 | 1B | 18 | 71 | 1E | 42 |
| Octal | 223 | 302 | 215 | 30 | 0 | 33 | 30 | 161 | 36 | 102 |
| Binary | 10010011 | 11000010 | 10001101 | 11000 | 0 | 11011 | 11000 | 1110001 | 11110 | 1000010 |
Color Harmonies of #93C28D
Complementary color
Monochromatic Colors of #93C28D
Black with #93C28D
Text Example
Text Example
White with #93C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C28D; }
p { color: rgb(147,194,141); }
H1.HeaderClassName
{
color: #93C28D;
}
.AnyTagClassName
{
color: #93C28D;
}
</style>
background-color css
<style>
a { background-color: #93C28D; }
a { background-color: rgb(147,194,141); }
div.DivClassName
{
background-color: #93C28D;
}
.BgClassName
{
background-color: #93C28D;
}
</style>
border-color css
<style>
span { border-color: #93C28D; }
span { border-color: rgb(147,194,141); }
td.TdClassName
{
border-color: #93C28D;
}
.TagClassName
{
border-color: #93C28D;
}
</style>