Shades of Shadow Green #9ACCBE
Tints of Shadow Green #9ACCBE
RGB
CMYK
RGB Variations
Color information
#9ACCBE (or 0x9ACCBE) is known color: Shadow Green. HEX triplet: 9A, CC and BE. RGB value is (154,204,190). Sum of RGB (Red+Green+Blue) = 154+204+190=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCBE is #653341. Grayscale: #BBBBBB. Windows color (decimal): -6632258 or 12504218. OLE color: 12504218.
HSL color Cylindrical-coordinate representation of color #9ACCBE: hue angle of 163.2º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACCBE is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 190 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.2 |
| HSL | 163.2º | 0.33% | 0.7% | - |
| HSV(B) | 163.2º | 0.25% | 0.8% | - |
| XYZ | 44.21 | 53.77 | 56.76 | - |
| YUV | 187.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 190 | 0.25 | 0 | 0.07 | 0.2 | 163.2 | 0.33 | 0.7 |
| Hex | 9A | CC | BE | 19 | 0 | 7 | 14 | A3 | 21 | 46 |
| Octal | 232 | 314 | 276 | 31 | 0 | 7 | 24 | 243 | 41 | 106 |
| Binary | 10011010 | 11001100 | 10111110 | 11001 | 0 | 111 | 10100 | 10100011 | 100001 | 1000110 |
Color Harmonies of #9ACCBE
Complementary color
Monochromatic Colors of #9ACCBE
Black with #9ACCBE
Text Example
Text Example
White with #9ACCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACCBE; }
p { color: rgb(154,204,190); }
H1.HeaderClassName
{
color: #9ACCBE;
}
.AnyTagClassName
{
color: #9ACCBE;
}
</style>
background-color css
<style>
a { background-color: #9ACCBE; }
a { background-color: rgb(154,204,190); }
div.DivClassName
{
background-color: #9ACCBE;
}
.BgClassName
{
background-color: #9ACCBE;
}
</style>
border-color css
<style>
span { border-color: #9ACCBE; }
span { border-color: rgb(154,204,190); }
td.TdClassName
{
border-color: #9ACCBE;
}
.TagClassName
{
border-color: #9ACCBE;
}
</style>