Shades of Shadow Green #9ACFC0
Tints of Shadow Green #9ACFC0
RGB
CMYK
RGB Variations
Color information
#9ACFC0 (or 0x9ACFC0) is known color: Shadow Green. HEX triplet: 9A, CF and C0. RGB value is (154,207,192). Sum of RGB (Red+Green+Blue) = 154+207+192=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFC0 is #65303F. Grayscale: #BDBDBD. Windows color (decimal): -6631488 or 12636058. OLE color: 12636058.
HSL color Cylindrical-coordinate representation of color #9ACFC0: hue angle of 163.02º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACFC0 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 192 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.19 |
| HSL | 163.02º | 0.36% | 0.71% | - |
| HSV(B) | 163.02º | 0.26% | 0.81% | - |
| XYZ | 45.15 | 55.3 | 58.16 | - |
| YUV | 189.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 192 | 0.26 | 0 | 0.07 | 0.19 | 163.02 | 0.36 | 0.71 |
| Hex | 9A | CF | C0 | 1A | 0 | 7 | 13 | A3 | 24 | 47 |
| Octal | 232 | 317 | 300 | 32 | 0 | 7 | 23 | 243 | 44 | 107 |
| Binary | 10011010 | 11001111 | 11000000 | 11010 | 0 | 111 | 10011 | 10100011 | 100100 | 1000111 |
Color Harmonies of #9ACFC0
Complementary color
Monochromatic Colors of #9ACFC0
Black with #9ACFC0
Text Example
Text Example
White with #9ACFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFC0; }
p { color: rgb(154,207,192); }
H1.HeaderClassName
{
color: #9ACFC0;
}
.AnyTagClassName
{
color: #9ACFC0;
}
</style>
background-color css
<style>
a { background-color: #9ACFC0; }
a { background-color: rgb(154,207,192); }
div.DivClassName
{
background-color: #9ACFC0;
}
.BgClassName
{
background-color: #9ACFC0;
}
</style>
border-color css
<style>
span { border-color: #9ACFC0; }
span { border-color: rgb(154,207,192); }
td.TdClassName
{
border-color: #9ACFC0;
}
.TagClassName
{
border-color: #9ACFC0;
}
</style>