Shades of Dark Sea Green #92C18D
Tints of Dark Sea Green #92C18D
RGB
CMYK
RGB Variations
Color information
#92C18D (or 0x92C18D) is known color: Dark Sea Green. HEX triplet: 92, C1 and 8D. RGB value is (146,193,141). Sum of RGB (Red+Green+Blue) = 146+193+141=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #92C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C18D is #6D3E72. Grayscale: #ADADAD. Windows color (decimal): -7159411 or 9290130. OLE color: 9290130.
HSL color Cylindrical-coordinate representation of color #92C18D: hue angle of 114.23º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C18D is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 141 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.24 |
| HSL | 114.23º | 0.3% | 0.65% | - |
| HSV(B) | 114.23º | 0.27% | 0.76% | - |
| XYZ | 35.73 | 46.17 | 32.23 | - |
| YUV | 173.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 141 | 0.24 | 0 | 0.27 | 0.24 | 114.23 | 0.3 | 0.65 |
| Hex | 92 | C1 | 8D | 18 | 0 | 1B | 18 | 72 | 1E | 41 |
| Octal | 222 | 301 | 215 | 30 | 0 | 33 | 30 | 162 | 36 | 101 |
| Binary | 10010010 | 11000001 | 10001101 | 11000 | 0 | 11011 | 11000 | 1110010 | 11110 | 1000001 |
Color Harmonies of #92C18D
Complementary color
Monochromatic Colors of #92C18D
Black with #92C18D
Text Example
Text Example
White with #92C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C18D; }
p { color: rgb(146,193,141); }
H1.HeaderClassName
{
color: #92C18D;
}
.AnyTagClassName
{
color: #92C18D;
}
</style>
background-color css
<style>
a { background-color: #92C18D; }
a { background-color: rgb(146,193,141); }
div.DivClassName
{
background-color: #92C18D;
}
.BgClassName
{
background-color: #92C18D;
}
</style>
border-color css
<style>
span { border-color: #92C18D; }
span { border-color: rgb(146,193,141); }
td.TdClassName
{
border-color: #92C18D;
}
.TagClassName
{
border-color: #92C18D;
}
</style>