Shades of Citrus #9CA000
Tints of Citrus #9CA000
RGB
CMYK
RGB Variations
Color information
#9CA000 (or 0x9CA000) is known color: Citrus. HEX triplet: 9C, A0 and 00. RGB value is (156,160,0). Sum of RGB (Red+Green+Blue) = 156+160+0=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA000 is #635FFF. Grayscale: #8D8D8D. Windows color (decimal): -6512640 or 41116. OLE color: 41116.
HSL color Cylindrical-coordinate representation of color #9CA000: hue angle of 61.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CA000 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.37 |
| HSL | 61.5º | 1% | 0.31% | - |
| HSV(B) | 61.5º | 1% | 0.63% | - |
| XYZ | 26.28 | 32.21 | 4.83 | - |
| YUV | 140.56 | 48.67 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 0 | 0.02 | 0 | 1 | 0.37 | 61.5 | 1 | 0.31 |
| Hex | 9C | A0 | 0 | 2 | 0 | 64 | 25 | 3E | 64 | 1F |
| Octal | 234 | 240 | 0 | 2 | 0 | 144 | 45 | 76 | 144 | 37 |
| Binary | 10011100 | 10100000 | 0 | 10 | 0 | 1100100 | 100101 | 111110 | 1100100 | 11111 |
Color Harmonies of #9CA000
Complementary color
Monochromatic Colors of #9CA000
Black with #9CA000
Text Example
Text Example
White with #9CA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA000; }
p { color: rgb(156,160,0); }
H1.HeaderClassName
{
color: #9CA000;
}
.AnyTagClassName
{
color: #9CA000;
}
</style>
background-color css
<style>
a { background-color: #9CA000; }
a { background-color: rgb(156,160,0); }
div.DivClassName
{
background-color: #9CA000;
}
.BgClassName
{
background-color: #9CA000;
}
</style>
border-color css
<style>
span { border-color: #9CA000; }
span { border-color: rgb(156,160,0); }
td.TdClassName
{
border-color: #9CA000;
}
.TagClassName
{
border-color: #9CA000;
}
</style>