Shades of Citron #9AA235
Tints of Citron #9AA235
RGB
CMYK
RGB Variations
Color information
#9AA235 (or 0x9AA235) is known color: Citron. HEX triplet: 9A, A2 and 35. RGB value is (154,162,53). Sum of RGB (Red+Green+Blue) = 154+162+53=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA235 is #655DCA. Grayscale: #939393. Windows color (decimal): -6643147 or 3515034. OLE color: 3515034.
HSL color Cylindrical-coordinate representation of color #9AA235: hue angle of 64.4º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AA235 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 162 | 53 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.36 |
| HSL | 64.4º | 0.51% | 0.42% | - |
| HSV(B) | 64.4º | 0.67% | 0.64% | - |
| XYZ | 26.89 | 32.97 | 8.31 | - |
| YUV | 147.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 53 | 0.05 | 0 | 0.67 | 0.36 | 64.4 | 0.51 | 0.42 |
| Hex | 9A | A2 | 35 | 5 | 0 | 43 | 24 | 40 | 33 | 2A |
| Octal | 232 | 242 | 65 | 5 | 0 | 103 | 44 | 100 | 63 | 52 |
| Binary | 10011010 | 10100010 | 110101 | 101 | 0 | 1000011 | 100100 | 1000000 | 110011 | 101010 |
Color Harmonies of #9AA235
Complementary color
Monochromatic Colors of #9AA235
Black with #9AA235
Text Example
Text Example
White with #9AA235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA235; }
p { color: rgb(154,162,53); }
H1.HeaderClassName
{
color: #9AA235;
}
.AnyTagClassName
{
color: #9AA235;
}
</style>
background-color css
<style>
a { background-color: #9AA235; }
a { background-color: rgb(154,162,53); }
div.DivClassName
{
background-color: #9AA235;
}
.BgClassName
{
background-color: #9AA235;
}
</style>
border-color css
<style>
span { border-color: #9AA235; }
span { border-color: rgb(154,162,53); }
td.TdClassName
{
border-color: #9AA235;
}
.TagClassName
{
border-color: #9AA235;
}
</style>