Shades of Citrus #A9C506
Tints of Citrus #A9C506
RGB
CMYK
RGB Variations
Color information
#A9C506 (or 0xA9C506) is known color: Citrus. HEX triplet: A9, C5 and 06. RGB value is (169,197,6). Sum of RGB (Red+Green+Blue) = 169+197+6=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C506 is #563AF9. Grayscale: #A7A7A7. Windows color (decimal): -5651194 or 443817. OLE color: 443817.
HSL color Cylindrical-coordinate representation of color #A9C506: hue angle of 68.8º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A9C506 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.23 |
| HSL | 68.8º | 0.94% | 0.4% | - |
| HSV(B) | 68.8º | 0.97% | 0.77% | - |
| XYZ | 36.36 | 48.38 | 7.59 | - |
| YUV | 166.85 | 37.22 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 6 | 0.14 | 0 | 0.97 | 0.23 | 68.8 | 0.94 | 0.4 |
| Hex | A9 | C5 | 6 | E | 0 | 61 | 17 | 45 | 5E | 28 |
| Octal | 251 | 305 | 6 | 16 | 0 | 141 | 27 | 105 | 136 | 50 |
| Binary | 10101001 | 11000101 | 110 | 1110 | 0 | 1100001 | 10111 | 1000101 | 1011110 | 101000 |
Color Harmonies of #A9C506
Complementary color
Monochromatic Colors of #A9C506
Black with #A9C506
Text Example
Text Example
White with #A9C506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C506; }
p { color: rgb(169,197,6); }
H1.HeaderClassName
{
color: #A9C506;
}
.AnyTagClassName
{
color: #A9C506;
}
</style>
background-color css
<style>
a { background-color: #A9C506; }
a { background-color: rgb(169,197,6); }
div.DivClassName
{
background-color: #A9C506;
}
.BgClassName
{
background-color: #A9C506;
}
</style>
border-color css
<style>
span { border-color: #A9C506; }
span { border-color: rgb(169,197,6); }
td.TdClassName
{
border-color: #A9C506;
}
.TagClassName
{
border-color: #A9C506;
}
</style>