Shades of Citrus #A9C509
Tints of Citrus #A9C509
RGB
CMYK
RGB Variations
Color information
#A9C509 (or 0xA9C509) is known color: Citrus. HEX triplet: A9, C5 and 09. RGB value is (169,197,9). Sum of RGB (Red+Green+Blue) = 169+197+9=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C509 is #563AF6. Grayscale: #A7A7A7. Windows color (decimal): -5651191 or 640425. OLE color: 640425.
HSL color Cylindrical-coordinate representation of color #A9C509: hue angle of 68.94º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A9C509 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 9 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.23 |
| HSL | 68.94º | 0.91% | 0.4% | - |
| HSV(B) | 68.94º | 0.95% | 0.77% | - |
| XYZ | 36.38 | 48.39 | 7.68 | - |
| YUV | 167.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 9 | 0.14 | 0 | 0.95 | 0.23 | 68.94 | 0.91 | 0.4 |
| Hex | A9 | C5 | 9 | E | 0 | 5F | 17 | 45 | 5B | 28 |
| Octal | 251 | 305 | 11 | 16 | 0 | 137 | 27 | 105 | 133 | 50 |
| Binary | 10101001 | 11000101 | 1001 | 1110 | 0 | 1011111 | 10111 | 1000101 | 1011011 | 101000 |
Color Harmonies of #A9C509
Complementary color
Monochromatic Colors of #A9C509
Black with #A9C509
Text Example
Text Example
White with #A9C509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C509; }
p { color: rgb(169,197,9); }
H1.HeaderClassName
{
color: #A9C509;
}
.AnyTagClassName
{
color: #A9C509;
}
</style>
background-color css
<style>
a { background-color: #A9C509; }
a { background-color: rgb(169,197,9); }
div.DivClassName
{
background-color: #A9C509;
}
.BgClassName
{
background-color: #A9C509;
}
</style>
border-color css
<style>
span { border-color: #A9C509; }
span { border-color: rgb(169,197,9); }
td.TdClassName
{
border-color: #A9C509;
}
.TagClassName
{
border-color: #A9C509;
}
</style>