Shades of Citrus #9DA006
Tints of Citrus #9DA006
RGB
CMYK
RGB Variations
Color information
#9DA006 (or 0x9DA006) is known color: Citrus. HEX triplet: 9D, A0 and 06. RGB value is (157,160,6). Sum of RGB (Red+Green+Blue) = 157+160+6=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA006 is #625FF9. Grayscale: #8E8E8E. Windows color (decimal): -6447098 or 434333. OLE color: 434333.
HSL color Cylindrical-coordinate representation of color #9DA006: hue angle of 61.17º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DA006 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 6 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.37 |
| HSL | 61.17º | 0.93% | 0.33% | - |
| HSV(B) | 61.17º | 0.96% | 0.63% | - |
| XYZ | 26.51 | 32.32 | 5.01 | - |
| YUV | 141.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 6 | 0.02 | 0 | 0.96 | 0.37 | 61.17 | 0.93 | 0.33 |
| Hex | 9D | A0 | 6 | 2 | 0 | 60 | 25 | 3D | 5D | 21 |
| Octal | 235 | 240 | 6 | 2 | 0 | 140 | 45 | 75 | 135 | 41 |
| Binary | 10011101 | 10100000 | 110 | 10 | 0 | 1100000 | 100101 | 111101 | 1011101 | 100001 |
Color Harmonies of #9DA006
Complementary color
Monochromatic Colors of #9DA006
Black with #9DA006
Text Example
Text Example
White with #9DA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA006; }
p { color: rgb(157,160,6); }
H1.HeaderClassName
{
color: #9DA006;
}
.AnyTagClassName
{
color: #9DA006;
}
</style>
background-color css
<style>
a { background-color: #9DA006; }
a { background-color: rgb(157,160,6); }
div.DivClassName
{
background-color: #9DA006;
}
.BgClassName
{
background-color: #9DA006;
}
</style>
border-color css
<style>
span { border-color: #9DA006; }
span { border-color: rgb(157,160,6); }
td.TdClassName
{
border-color: #9DA006;
}
.TagClassName
{
border-color: #9DA006;
}
</style>