Shades of Delta #9DA19A
Tints of Delta #9DA19A
RGB
CMYK
RGB Variations
Color information
#9DA19A (or 0x9DA19A) is known color: Delta. HEX triplet: 9D, A1 and 9A. RGB value is (157,161,154). Sum of RGB (Red+Green+Blue) = 157+161+154=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA19A is #625E65. Grayscale: #9F9F9F. Windows color (decimal): -6446694 or 10133917. OLE color: 10133917.
HSL color Cylindrical-coordinate representation of color #9DA19A: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9DA19A is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
RGB | 157 | 161 | 154 | - |
CMYK | 0.02 | 0 | 0.04 | 0.37 |
HSL | 94.29º | 0.04% | 0.62% | - |
HSV(B) | 94.29º | 0.04% | 0.63% | - |
XYZ | 32.48 | 34.99 | 35.61 | - |
YUV | 159.01 | 125.17 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 161 | 154 | 0.02 | 0 | 0.04 | 0.37 | 94.29 | 0.04 | 0.62 |
Hex | 9D | A1 | 9A | 2 | 0 | 4 | 25 | 5E | 4 | 3E |
Octal | 235 | 241 | 232 | 2 | 0 | 4 | 45 | 136 | 4 | 76 |
Binary | 10011101 | 10100001 | 10011010 | 10 | 0 | 100 | 100101 | 1011110 | 100 | 111110 |
Color Harmonies of #9DA19A
Complementary color
Monochromatic Colors of #9DA19A
Black with #9DA19A
Text Example
Text Example
White with #9DA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA19A; }
p { color: rgb(157,161,154); }
H1.HeaderClassName
{
color: #9DA19A;
}
.AnyTagClassName
{
color: #9DA19A;
}
</style>
background-color css
<style>
a { background-color: #9DA19A; }
a { background-color: rgb(157,161,154); }
div.DivClassName
{
background-color: #9DA19A;
}
.BgClassName
{
background-color: #9DA19A;
}
</style>
border-color css
<style>
span { border-color: #9DA19A; }
span { border-color: rgb(157,161,154); }
td.TdClassName
{
border-color: #9DA19A;
}
.TagClassName
{
border-color: #9DA19A;
}
</style>