Shades of Delta #9CA18E
Tints of Delta #9CA18E
RGB
CMYK
RGB Variations
Color information
#9CA18E (or 0x9CA18E) is known color: Delta. HEX triplet: 9C, A1 and 8E. RGB value is (156,161,142). Sum of RGB (Red+Green+Blue) = 156+161+142=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA18E is #635E71. Grayscale: #9D9D9D. Windows color (decimal): -6512242 or 9347484. OLE color: 9347484.
HSL color Cylindrical-coordinate representation of color #9CA18E: hue angle of 75.79º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CA18E is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 142 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.37 |
| HSL | 75.79º | 0.09% | 0.59% | - |
| HSV(B) | 75.79º | 0.12% | 0.63% | - |
| XYZ | 31.34 | 34.51 | 30.6 | - |
| YUV | 157.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 142 | 0.03 | 0 | 0.12 | 0.37 | 75.79 | 0.09 | 0.59 |
| Hex | 9C | A1 | 8E | 3 | 0 | C | 25 | 4C | 9 | 3B |
| Octal | 234 | 241 | 216 | 3 | 0 | 14 | 45 | 114 | 11 | 73 |
| Binary | 10011100 | 10100001 | 10001110 | 11 | 0 | 1100 | 100101 | 1001100 | 1001 | 111011 |
Color Harmonies of #9CA18E
Complementary color
Monochromatic Colors of #9CA18E
Black with #9CA18E
Text Example
Text Example
White with #9CA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA18E; }
p { color: rgb(156,161,142); }
H1.HeaderClassName
{
color: #9CA18E;
}
.AnyTagClassName
{
color: #9CA18E;
}
</style>
background-color css
<style>
a { background-color: #9CA18E; }
a { background-color: rgb(156,161,142); }
div.DivClassName
{
background-color: #9CA18E;
}
.BgClassName
{
background-color: #9CA18E;
}
</style>
border-color css
<style>
span { border-color: #9CA18E; }
span { border-color: rgb(156,161,142); }
td.TdClassName
{
border-color: #9CA18E;
}
.TagClassName
{
border-color: #9CA18E;
}
</style>