Shades of Shadow Green #9ACFC1
Tints of Shadow Green #9ACFC1
RGB
CMYK
RGB Variations
Color information
#9ACFC1 (or 0x9ACFC1) is known color: Shadow Green. HEX triplet: 9A, CF and C1. RGB value is (154,207,193). Sum of RGB (Red+Green+Blue) = 154+207+193=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFC1 is #65303E. Grayscale: #BDBDBD. Windows color (decimal): -6631487 or 12701594. OLE color: 12701594.
HSL color Cylindrical-coordinate representation of color #9ACFC1: hue angle of 164.15º 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 #9ACFC1 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 193 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.19 |
| HSL | 164.15º | 0.36% | 0.71% | - |
| HSV(B) | 164.15º | 0.26% | 0.81% | - |
| XYZ | 45.26 | 55.35 | 58.75 | - |
| YUV | 189.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 193 | 0.26 | 0 | 0.07 | 0.19 | 164.15 | 0.36 | 0.71 |
| Hex | 9A | CF | C1 | 1A | 0 | 7 | 13 | A4 | 24 | 47 |
| Octal | 232 | 317 | 301 | 32 | 0 | 7 | 23 | 244 | 44 | 107 |
| Binary | 10011010 | 11001111 | 11000001 | 11010 | 0 | 111 | 10011 | 10100100 | 100100 | 1000111 |
Color Harmonies of #9ACFC1
Complementary color
Monochromatic Colors of #9ACFC1
Black with #9ACFC1
Text Example
Text Example
White with #9ACFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFC1; }
p { color: rgb(154,207,193); }
H1.HeaderClassName
{
color: #9ACFC1;
}
.AnyTagClassName
{
color: #9ACFC1;
}
</style>
background-color css
<style>
a { background-color: #9ACFC1; }
a { background-color: rgb(154,207,193); }
div.DivClassName
{
background-color: #9ACFC1;
}
.BgClassName
{
background-color: #9ACFC1;
}
</style>
border-color css
<style>
span { border-color: #9ACFC1; }
span { border-color: rgb(154,207,193); }
td.TdClassName
{
border-color: #9ACFC1;
}
.TagClassName
{
border-color: #9ACFC1;
}
</style>