Shades of Dark Sea Green #90C98D
Tints of Dark Sea Green #90C98D
RGB
CMYK
RGB Variations
Color information
#90C98D (or 0x90C98D) is known color: Dark Sea Green. HEX triplet: 90, C9 and 8D. RGB value is (144,201,141). Sum of RGB (Red+Green+Blue) = 144+201+141=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #90C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C98D is #6F3672. Grayscale: #B1B1B1. Windows color (decimal): -7288435 or 9292176. OLE color: 9292176.
HSL color Cylindrical-coordinate representation of color #90C98D: hue angle of 117º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90C98D is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 141 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.21 |
| HSL | 117º | 0.36% | 0.67% | - |
| HSV(B) | 117º | 0.3% | 0.79% | - |
| XYZ | 37.2 | 49.63 | 32.82 | - |
| YUV | 177.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 141 | 0.28 | 0 | 0.30 | 0.21 | 117 | 0.36 | 0.67 |
| Hex | 90 | C9 | 8D | 1C | 0 | 1E | 15 | 75 | 24 | 43 |
| Octal | 220 | 311 | 215 | 34 | 0 | 36 | 25 | 165 | 44 | 103 |
| Binary | 10010000 | 11001001 | 10001101 | 11100 | 0 | 11110 | 10101 | 1110101 | 100100 | 1000011 |
Color Harmonies of #90C98D
Complementary color
Monochromatic Colors of #90C98D
Black with #90C98D
Text Example
Text Example
White with #90C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C98D; }
p { color: rgb(144,201,141); }
H1.HeaderClassName
{
color: #90C98D;
}
.AnyTagClassName
{
color: #90C98D;
}
</style>
background-color css
<style>
a { background-color: #90C98D; }
a { background-color: rgb(144,201,141); }
div.DivClassName
{
background-color: #90C98D;
}
.BgClassName
{
background-color: #90C98D;
}
</style>
border-color css
<style>
span { border-color: #90C98D; }
span { border-color: rgb(144,201,141); }
td.TdClassName
{
border-color: #90C98D;
}
.TagClassName
{
border-color: #90C98D;
}
</style>