Shades of Dark Sea Green #95C289
Tints of Dark Sea Green #95C289
RGB
CMYK
RGB Variations
Color information
#95C289 (or 0x95C289) is known color: Dark Sea Green. HEX triplet: 95, C2 and 89. RGB value is (149,194,137). Sum of RGB (Red+Green+Blue) = 149+194+137=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #95C289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C289 is #6A3D76. Grayscale: #AEAEAE. Windows color (decimal): -6962551 or 9028245. OLE color: 9028245.
HSL color Cylindrical-coordinate representation of color #95C289: hue angle of 107.37º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95C289 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 137 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.24 |
| HSL | 107.37º | 0.32% | 0.65% | - |
| HSV(B) | 107.37º | 0.29% | 0.76% | - |
| XYZ | 36.2 | 46.78 | 30.79 | - |
| YUV | 174.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 137 | 0.23 | 0 | 0.29 | 0.24 | 107.37 | 0.32 | 0.65 |
| Hex | 95 | C2 | 89 | 17 | 0 | 1D | 18 | 6B | 20 | 41 |
| Octal | 225 | 302 | 211 | 27 | 0 | 35 | 30 | 153 | 40 | 101 |
| Binary | 10010101 | 11000010 | 10001001 | 10111 | 0 | 11101 | 11000 | 1101011 | 100000 | 1000001 |
Color Harmonies of #95C289
Complementary color
Monochromatic Colors of #95C289
Black with #95C289
Text Example
Text Example
White with #95C289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C289; }
p { color: rgb(149,194,137); }
H1.HeaderClassName
{
color: #95C289;
}
.AnyTagClassName
{
color: #95C289;
}
</style>
background-color css
<style>
a { background-color: #95C289; }
a { background-color: rgb(149,194,137); }
div.DivClassName
{
background-color: #95C289;
}
.BgClassName
{
background-color: #95C289;
}
</style>
border-color css
<style>
span { border-color: #95C289; }
span { border-color: rgb(149,194,137); }
td.TdClassName
{
border-color: #95C289;
}
.TagClassName
{
border-color: #95C289;
}
</style>