Shades of Citron #9A9D25
Tints of Citron #9A9D25
RGB
CMYK
RGB Variations
Color information
#9A9D25 (or 0x9A9D25) is known color: Citron. HEX triplet: 9A, 9D and 25. RGB value is (154,157,37). Sum of RGB (Red+Green+Blue) = 154+157+37=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9D25 is #6562DA. Grayscale: #8E8E8E. Windows color (decimal): -6644443 or 2465178. OLE color: 2465178.
HSL color Cylindrical-coordinate representation of color #9A9D25: hue angle of 61.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A9D25 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 157 | 37 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.38 |
| HSL | 61.5º | 0.62% | 0.38% | - |
| HSV(B) | 61.5º | 0.76% | 0.62% | - |
| XYZ | 25.72 | 31.12 | 6.4 | - |
| YUV | 142.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 37 | 0.02 | 0 | 0.76 | 0.38 | 61.5 | 0.62 | 0.38 |
| Hex | 9A | 9D | 25 | 2 | 0 | 4C | 26 | 3E | 3E | 26 |
| Octal | 232 | 235 | 45 | 2 | 0 | 114 | 46 | 76 | 76 | 46 |
| Binary | 10011010 | 10011101 | 100101 | 10 | 0 | 1001100 | 100110 | 111110 | 111110 | 100110 |
Color Harmonies of #9A9D25
Complementary color
Monochromatic Colors of #9A9D25
Black with #9A9D25
Text Example
Text Example
White with #9A9D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9D25; }
p { color: rgb(154,157,37); }
H1.HeaderClassName
{
color: #9A9D25;
}
.AnyTagClassName
{
color: #9A9D25;
}
</style>
background-color css
<style>
a { background-color: #9A9D25; }
a { background-color: rgb(154,157,37); }
div.DivClassName
{
background-color: #9A9D25;
}
.BgClassName
{
background-color: #9A9D25;
}
</style>
border-color css
<style>
span { border-color: #9A9D25; }
span { border-color: rgb(154,157,37); }
td.TdClassName
{
border-color: #9A9D25;
}
.TagClassName
{
border-color: #9A9D25;
}
</style>