Shades of Citrus #A9C400
Tints of Citrus #A9C400
RGB
CMYK
RGB Variations
Color information
#A9C400 (or 0xA9C400) is known color: Citrus. HEX triplet: A9, C4 and 00. RGB value is (169,196,0). Sum of RGB (Red+Green+Blue) = 169+196+0=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C400 is #563BFF. Grayscale: #A6A6A6. Windows color (decimal): -5651456 or 50345. OLE color: 50345.
HSL color Cylindrical-coordinate representation of color #A9C400: hue angle of 68.27º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9C400 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 196 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.23 |
| HSL | 68.27º | 1% | 0.38% | - |
| HSV(B) | 68.27º | 1% | 0.77% | - |
| XYZ | 36.1 | 47.91 | 7.35 | - |
| YUV | 165.58 | 34.55 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 0 | 0.14 | 0 | 1 | 0.23 | 68.27 | 1 | 0.38 |
| Hex | A9 | C4 | 0 | E | 0 | 64 | 17 | 44 | 64 | 26 |
| Octal | 251 | 304 | 0 | 16 | 0 | 144 | 27 | 104 | 144 | 46 |
| Binary | 10101001 | 11000100 | 0 | 1110 | 0 | 1100100 | 10111 | 1000100 | 1100100 | 100110 |
Color Harmonies of #A9C400
Complementary color
Monochromatic Colors of #A9C400
Black with #A9C400
Text Example
Text Example
White with #A9C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C400; }
p { color: rgb(169,196,0); }
H1.HeaderClassName
{
color: #A9C400;
}
.AnyTagClassName
{
color: #A9C400;
}
</style>
background-color css
<style>
a { background-color: #A9C400; }
a { background-color: rgb(169,196,0); }
div.DivClassName
{
background-color: #A9C400;
}
.BgClassName
{
background-color: #A9C400;
}
</style>
border-color css
<style>
span { border-color: #A9C400; }
span { border-color: rgb(169,196,0); }
td.TdClassName
{
border-color: #A9C400;
}
.TagClassName
{
border-color: #A9C400;
}
</style>