Shades of Dark Sea Green #92C28A
Tints of Dark Sea Green #92C28A
RGB
CMYK
RGB Variations
Color information
#92C28A (or 0x92C28A) is known color: Dark Sea Green. HEX triplet: 92, C2 and 8A. RGB value is (146,194,138). Sum of RGB (Red+Green+Blue) = 146+194+138=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #92C28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C28A is #6D3D75. Grayscale: #ADADAD. Windows color (decimal): -7159158 or 9093778. OLE color: 9093778.
HSL color Cylindrical-coordinate representation of color #92C28A: hue angle of 111.43º degrees, saturation: 0.31, 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 #92C28A is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 138 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.24 |
| HSL | 111.43º | 0.31% | 0.65% | - |
| HSV(B) | 111.43º | 0.29% | 0.76% | - |
| XYZ | 35.73 | 46.53 | 31.14 | - |
| YUV | 173.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 138 | 0.25 | 0 | 0.29 | 0.24 | 111.43 | 0.31 | 0.65 |
| Hex | 92 | C2 | 8A | 19 | 0 | 1D | 18 | 6F | 1F | 41 |
| Octal | 222 | 302 | 212 | 31 | 0 | 35 | 30 | 157 | 37 | 101 |
| Binary | 10010010 | 11000010 | 10001010 | 11001 | 0 | 11101 | 11000 | 1101111 | 11111 | 1000001 |
Color Harmonies of #92C28A
Complementary color
Monochromatic Colors of #92C28A
Black with #92C28A
Text Example
Text Example
White with #92C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C28A; }
p { color: rgb(146,194,138); }
H1.HeaderClassName
{
color: #92C28A;
}
.AnyTagClassName
{
color: #92C28A;
}
</style>
background-color css
<style>
a { background-color: #92C28A; }
a { background-color: rgb(146,194,138); }
div.DivClassName
{
background-color: #92C28A;
}
.BgClassName
{
background-color: #92C28A;
}
</style>
border-color css
<style>
span { border-color: #92C28A; }
span { border-color: rgb(146,194,138); }
td.TdClassName
{
border-color: #92C28A;
}
.TagClassName
{
border-color: #92C28A;
}
</style>