Shades of Shadow Green #9AC0B5
Tints of Shadow Green #9AC0B5
RGB
CMYK
RGB Variations
Color information
#9AC0B5 (or 0x9AC0B5) is known color: Shadow Green. HEX triplet: 9A, C0 and B5. RGB value is (154,192,181). Sum of RGB (Red+Green+Blue) = 154+192+181=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0B5 is #653F4A. Grayscale: #B3B3B3. Windows color (decimal): -6635339 or 11911322. OLE color: 11911322.
HSL color Cylindrical-coordinate representation of color #9AC0B5: hue angle of 162.63º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AC0B5 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 181 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.25 |
| HSL | 162.63º | 0.23% | 0.68% | - |
| HSV(B) | 162.63º | 0.2% | 0.75% | - |
| XYZ | 40.52 | 47.91 | 50.83 | - |
| YUV | 179.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 181 | 0.20 | 0 | 0.06 | 0.25 | 162.63 | 0.23 | 0.68 |
| Hex | 9A | C0 | B5 | 14 | 0 | 6 | 19 | A3 | 17 | 44 |
| Octal | 232 | 300 | 265 | 24 | 0 | 6 | 31 | 243 | 27 | 104 |
| Binary | 10011010 | 11000000 | 10110101 | 10100 | 0 | 110 | 11001 | 10100011 | 10111 | 1000100 |
Color Harmonies of #9AC0B5
Complementary color
Monochromatic Colors of #9AC0B5
Black with #9AC0B5
Text Example
Text Example
White with #9AC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0B5; }
p { color: rgb(154,192,181); }
H1.HeaderClassName
{
color: #9AC0B5;
}
.AnyTagClassName
{
color: #9AC0B5;
}
</style>
background-color css
<style>
a { background-color: #9AC0B5; }
a { background-color: rgb(154,192,181); }
div.DivClassName
{
background-color: #9AC0B5;
}
.BgClassName
{
background-color: #9AC0B5;
}
</style>
border-color css
<style>
span { border-color: #9AC0B5; }
span { border-color: rgb(154,192,181); }
td.TdClassName
{
border-color: #9AC0B5;
}
.TagClassName
{
border-color: #9AC0B5;
}
</style>