Shades of Shadow Green #9AC0B3
Tints of Shadow Green #9AC0B3
RGB
CMYK
RGB Variations
Color information
#9AC0B3 (or 0x9AC0B3) is known color: Shadow Green. HEX triplet: 9A, C0 and B3. RGB value is (154,192,179). Sum of RGB (Red+Green+Blue) = 154+192+179=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0B3 is #653F4C. Grayscale: #B3B3B3. Windows color (decimal): -6635341 or 11780250. OLE color: 11780250.
HSL color Cylindrical-coordinate representation of color #9AC0B3: hue angle of 159.47º 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 #9AC0B3 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 179 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.25 |
| HSL | 159.47º | 0.23% | 0.68% | - |
| HSV(B) | 159.47º | 0.2% | 0.75% | - |
| XYZ | 40.31 | 47.82 | 49.75 | - |
| YUV | 179.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 179 | 0.20 | 0 | 0.07 | 0.25 | 159.47 | 0.23 | 0.68 |
| Hex | 9A | C0 | B3 | 14 | 0 | 7 | 19 | 9F | 17 | 44 |
| Octal | 232 | 300 | 263 | 24 | 0 | 7 | 31 | 237 | 27 | 104 |
| Binary | 10011010 | 11000000 | 10110011 | 10100 | 0 | 111 | 11001 | 10011111 | 10111 | 1000100 |
Color Harmonies of #9AC0B3
Complementary color
Monochromatic Colors of #9AC0B3
Black with #9AC0B3
Text Example
Text Example
White with #9AC0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0B3; }
p { color: rgb(154,192,179); }
H1.HeaderClassName
{
color: #9AC0B3;
}
.AnyTagClassName
{
color: #9AC0B3;
}
</style>
background-color css
<style>
a { background-color: #9AC0B3; }
a { background-color: rgb(154,192,179); }
div.DivClassName
{
background-color: #9AC0B3;
}
.BgClassName
{
background-color: #9AC0B3;
}
</style>
border-color css
<style>
span { border-color: #9AC0B3; }
span { border-color: rgb(154,192,179); }
td.TdClassName
{
border-color: #9AC0B3;
}
.TagClassName
{
border-color: #9AC0B3;
}
</style>