Shades of Dark Sea Green #96C38D
Tints of Dark Sea Green #96C38D
RGB
CMYK
RGB Variations
Color information
#96C38D (or 0x96C38D) is known color: Dark Sea Green. HEX triplet: 96, C3 and 8D. RGB value is (150,195,141). Sum of RGB (Red+Green+Blue) = 150+195+141=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #96C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C38D is #693C72. Grayscale: #AFAFAF. Windows color (decimal): -6896755 or 9290646. OLE color: 9290646.
HSL color Cylindrical-coordinate representation of color #96C38D: hue angle of 110º 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 #96C38D is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 141 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.24 |
| HSL | 110º | 0.31% | 0.66% | - |
| HSV(B) | 110º | 0.28% | 0.76% | - |
| XYZ | 36.9 | 47.44 | 32.41 | - |
| YUV | 175.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 141 | 0.23 | 0 | 0.28 | 0.24 | 110 | 0.31 | 0.66 |
| Hex | 96 | C3 | 8D | 17 | 0 | 1C | 18 | 6E | 1F | 42 |
| Octal | 226 | 303 | 215 | 27 | 0 | 34 | 30 | 156 | 37 | 102 |
| Binary | 10010110 | 11000011 | 10001101 | 10111 | 0 | 11100 | 11000 | 1101110 | 11111 | 1000010 |
Color Harmonies of #96C38D
Complementary color
Monochromatic Colors of #96C38D
Black with #96C38D
Text Example
Text Example
White with #96C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C38D; }
p { color: rgb(150,195,141); }
H1.HeaderClassName
{
color: #96C38D;
}
.AnyTagClassName
{
color: #96C38D;
}
</style>
background-color css
<style>
a { background-color: #96C38D; }
a { background-color: rgb(150,195,141); }
div.DivClassName
{
background-color: #96C38D;
}
.BgClassName
{
background-color: #96C38D;
}
</style>
border-color css
<style>
span { border-color: #96C38D; }
span { border-color: rgb(150,195,141); }
td.TdClassName
{
border-color: #96C38D;
}
.TagClassName
{
border-color: #96C38D;
}
</style>