Shades of Shadow Green #9AC6BD
Tints of Shadow Green #9AC6BD
RGB
CMYK
RGB Variations
Color information
#9AC6BD (or 0x9AC6BD) is known color: Shadow Green. HEX triplet: 9A, C6 and BD. RGB value is (154,198,189). Sum of RGB (Red+Green+Blue) = 154+198+189=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC6BD is #653942. Grayscale: #B7B7B7. Windows color (decimal): -6633795 or 12437146. OLE color: 12437146.
HSL color Cylindrical-coordinate representation of color #9AC6BD: hue angle of 167.73º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AC6BD is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 198 | 189 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.22 |
| HSL | 167.73º | 0.28% | 0.69% | - |
| HSV(B) | 167.73º | 0.22% | 0.78% | - |
| XYZ | 42.71 | 50.93 | 55.72 | - |
| YUV | 183.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 198 | 189 | 0.22 | 0 | 0.05 | 0.22 | 167.73 | 0.28 | 0.69 |
| Hex | 9A | C6 | BD | 16 | 0 | 5 | 16 | A8 | 1C | 45 |
| Octal | 232 | 306 | 275 | 26 | 0 | 5 | 26 | 250 | 34 | 105 |
| Binary | 10011010 | 11000110 | 10111101 | 10110 | 0 | 101 | 10110 | 10101000 | 11100 | 1000101 |
Color Harmonies of #9AC6BD
Complementary color
Monochromatic Colors of #9AC6BD
Black with #9AC6BD
Text Example
Text Example
White with #9AC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC6BD; }
p { color: rgb(154,198,189); }
H1.HeaderClassName
{
color: #9AC6BD;
}
.AnyTagClassName
{
color: #9AC6BD;
}
</style>
background-color css
<style>
a { background-color: #9AC6BD; }
a { background-color: rgb(154,198,189); }
div.DivClassName
{
background-color: #9AC6BD;
}
.BgClassName
{
background-color: #9AC6BD;
}
</style>
border-color css
<style>
span { border-color: #9AC6BD; }
span { border-color: rgb(154,198,189); }
td.TdClassName
{
border-color: #9AC6BD;
}
.TagClassName
{
border-color: #9AC6BD;
}
</style>