Shades of Citron #9CA025
Tints of Citron #9CA025
RGB
CMYK
RGB Variations
Color information
#9CA025 (or 0x9CA025) is known color: Citron. HEX triplet: 9C, A0 and 25. RGB value is (156,160,37). Sum of RGB (Red+Green+Blue) = 156+160+37=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA025 is #635FDA. Grayscale: #919191. Windows color (decimal): -6512603 or 2465948. OLE color: 2465948.
HSL color Cylindrical-coordinate representation of color #9CA025: hue angle of 61.95º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9CA025 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 37 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.37 |
| HSL | 61.95º | 0.62% | 0.39% | - |
| HSV(B) | 61.95º | 0.77% | 0.63% | - |
| XYZ | 26.62 | 32.34 | 6.59 | - |
| YUV | 144.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 37 | 0.02 | 0 | 0.77 | 0.37 | 61.95 | 0.62 | 0.39 |
| Hex | 9C | A0 | 25 | 2 | 0 | 4D | 25 | 3E | 3E | 27 |
| Octal | 234 | 240 | 45 | 2 | 0 | 115 | 45 | 76 | 76 | 47 |
| Binary | 10011100 | 10100000 | 100101 | 10 | 0 | 1001101 | 100101 | 111110 | 111110 | 100111 |
Color Harmonies of #9CA025
Complementary color
Monochromatic Colors of #9CA025
Black with #9CA025
Text Example
Text Example
White with #9CA025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA025; }
p { color: rgb(156,160,37); }
H1.HeaderClassName
{
color: #9CA025;
}
.AnyTagClassName
{
color: #9CA025;
}
</style>
background-color css
<style>
a { background-color: #9CA025; }
a { background-color: rgb(156,160,37); }
div.DivClassName
{
background-color: #9CA025;
}
.BgClassName
{
background-color: #9CA025;
}
</style>
border-color css
<style>
span { border-color: #9CA025; }
span { border-color: rgb(156,160,37); }
td.TdClassName
{
border-color: #9CA025;
}
.TagClassName
{
border-color: #9CA025;
}
</style>