Shades of Shadow Green #92C0AE
Tints of Shadow Green #92C0AE
RGB
CMYK
RGB Variations
Color information
#92C0AE (or 0x92C0AE) is known color: Shadow Green. HEX triplet: 92, C0 and AE. RGB value is (146,192,174). Sum of RGB (Red+Green+Blue) = 146+192+174=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #92C0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C0AE is #6D3F51. Grayscale: #B0B0B0. Windows color (decimal): -7159634 or 11452562. OLE color: 11452562.
HSL color Cylindrical-coordinate representation of color #92C0AE: hue angle of 156.52º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92C0AE is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 174 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.25 |
| HSL | 156.52º | 0.27% | 0.66% | - |
| HSV(B) | 156.52º | 0.24% | 0.75% | - |
| XYZ | 38.34 | 46.87 | 47.07 | - |
| YUV | 176.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 174 | 0.24 | 0 | 0.09 | 0.25 | 156.52 | 0.27 | 0.66 |
| Hex | 92 | C0 | AE | 18 | 0 | 9 | 19 | 9D | 1B | 42 |
| Octal | 222 | 300 | 256 | 30 | 0 | 11 | 31 | 235 | 33 | 102 |
| Binary | 10010010 | 11000000 | 10101110 | 11000 | 0 | 1001 | 11001 | 10011101 | 11011 | 1000010 |
Color Harmonies of #92C0AE
Complementary color
Monochromatic Colors of #92C0AE
Black with #92C0AE
Text Example
Text Example
White with #92C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C0AE; }
p { color: rgb(146,192,174); }
H1.HeaderClassName
{
color: #92C0AE;
}
.AnyTagClassName
{
color: #92C0AE;
}
</style>
background-color css
<style>
a { background-color: #92C0AE; }
a { background-color: rgb(146,192,174); }
div.DivClassName
{
background-color: #92C0AE;
}
.BgClassName
{
background-color: #92C0AE;
}
</style>
border-color css
<style>
span { border-color: #92C0AE; }
span { border-color: rgb(146,192,174); }
td.TdClassName
{
border-color: #92C0AE;
}
.TagClassName
{
border-color: #92C0AE;
}
</style>