Shades of Dark Sea Green #90C28D
Tints of Dark Sea Green #90C28D
RGB
CMYK
RGB Variations
Color information
#90C28D (or 0x90C28D) is known color: Dark Sea Green. HEX triplet: 90, C2 and 8D. RGB value is (144,194,141). Sum of RGB (Red+Green+Blue) = 144+194+141=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #90C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C28D is #6F3D72. Grayscale: #ADADAD. Windows color (decimal): -7290227 or 9290384. OLE color: 9290384.
HSL color Cylindrical-coordinate representation of color #90C28D: hue angle of 116.6º 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 #90C28D is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 194 | 141 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.24 |
| HSL | 116.6º | 0.3% | 0.66% | - |
| HSV(B) | 116.6º | 0.27% | 0.76% | - |
| XYZ | 35.6 | 46.44 | 32.29 | - |
| YUV | 173.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 141 | 0.26 | 0 | 0.27 | 0.24 | 116.6 | 0.3 | 0.66 |
| Hex | 90 | C2 | 8D | 1A | 0 | 1B | 18 | 75 | 1E | 42 |
| Octal | 220 | 302 | 215 | 32 | 0 | 33 | 30 | 165 | 36 | 102 |
| Binary | 10010000 | 11000010 | 10001101 | 11010 | 0 | 11011 | 11000 | 1110101 | 11110 | 1000010 |
Color Harmonies of #90C28D
Complementary color
Monochromatic Colors of #90C28D
Black with #90C28D
Text Example
Text Example
White with #90C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C28D; }
p { color: rgb(144,194,141); }
H1.HeaderClassName
{
color: #90C28D;
}
.AnyTagClassName
{
color: #90C28D;
}
</style>
background-color css
<style>
a { background-color: #90C28D; }
a { background-color: rgb(144,194,141); }
div.DivClassName
{
background-color: #90C28D;
}
.BgClassName
{
background-color: #90C28D;
}
</style>
border-color css
<style>
span { border-color: #90C28D; }
span { border-color: rgb(144,194,141); }
td.TdClassName
{
border-color: #90C28D;
}
.TagClassName
{
border-color: #90C28D;
}
</style>