Shades of Dark Sea Green #90C38D
Tints of Dark Sea Green #90C38D
RGB
CMYK
RGB Variations
Color information
#90C38D (or 0x90C38D) is known color: Dark Sea Green. HEX triplet: 90, C3 and 8D. RGB value is (144,195,141). Sum of RGB (Red+Green+Blue) = 144+195+141=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #90C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C38D is #6F3C72. Grayscale: #ADADAD. Windows color (decimal): -7289971 or 9290640. OLE color: 9290640.
HSL color Cylindrical-coordinate representation of color #90C38D: hue angle of 116.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C38D is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 141 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.24 |
| HSL | 116.67º | 0.31% | 0.66% | - |
| HSV(B) | 116.67º | 0.28% | 0.76% | - |
| XYZ | 35.82 | 46.88 | 32.36 | - |
| YUV | 173.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 141 | 0.26 | 0 | 0.28 | 0.24 | 116.67 | 0.31 | 0.66 |
| Hex | 90 | C3 | 8D | 1A | 0 | 1C | 18 | 75 | 1F | 42 |
| Octal | 220 | 303 | 215 | 32 | 0 | 34 | 30 | 165 | 37 | 102 |
| Binary | 10010000 | 11000011 | 10001101 | 11010 | 0 | 11100 | 11000 | 1110101 | 11111 | 1000010 |
Color Harmonies of #90C38D
Complementary color
Monochromatic Colors of #90C38D
Black with #90C38D
Text Example
Text Example
White with #90C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C38D; }
p { color: rgb(144,195,141); }
H1.HeaderClassName
{
color: #90C38D;
}
.AnyTagClassName
{
color: #90C38D;
}
</style>
background-color css
<style>
a { background-color: #90C38D; }
a { background-color: rgb(144,195,141); }
div.DivClassName
{
background-color: #90C38D;
}
.BgClassName
{
background-color: #90C38D;
}
</style>
border-color css
<style>
span { border-color: #90C38D; }
span { border-color: rgb(144,195,141); }
td.TdClassName
{
border-color: #90C38D;
}
.TagClassName
{
border-color: #90C38D;
}
</style>