Shades of Citrus #A9C301
Tints of Citrus #A9C301
RGB
CMYK
RGB Variations
Color information
#A9C301 (or 0xA9C301) is known color: Citrus. HEX triplet: A9, C3 and 01. RGB value is (169,195,1). Sum of RGB (Red+Green+Blue) = 169+195+1=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C301 is #563CFE. Grayscale: #A5A5A5. Windows color (decimal): -5651711 or 115625. OLE color: 115625.
HSL color Cylindrical-coordinate representation of color #A9C301: hue angle of 68.04º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9C301 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 195 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.24 |
| HSL | 68.04º | 0.99% | 0.38% | - |
| HSV(B) | 68.04º | 0.99% | 0.76% | - |
| XYZ | 35.88 | 47.47 | 7.3 | - |
| YUV | 165.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 195 | 1 | 0.13 | 0 | 0.99 | 0.24 | 68.04 | 0.99 | 0.38 |
| Hex | A9 | C3 | 1 | D | 0 | 63 | 18 | 44 | 63 | 26 |
| Octal | 251 | 303 | 1 | 15 | 0 | 143 | 30 | 104 | 143 | 46 |
| Binary | 10101001 | 11000011 | 1 | 1101 | 0 | 1100011 | 11000 | 1000100 | 1100011 | 100110 |
Color Harmonies of #A9C301
Complementary color
Monochromatic Colors of #A9C301
Black with #A9C301
Text Example
Text Example
White with #A9C301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C301; }
p { color: rgb(169,195,1); }
H1.HeaderClassName
{
color: #A9C301;
}
.AnyTagClassName
{
color: #A9C301;
}
</style>
background-color css
<style>
a { background-color: #A9C301; }
a { background-color: rgb(169,195,1); }
div.DivClassName
{
background-color: #A9C301;
}
.BgClassName
{
background-color: #A9C301;
}
</style>
border-color css
<style>
span { border-color: #A9C301; }
span { border-color: rgb(169,195,1); }
td.TdClassName
{
border-color: #A9C301;
}
.TagClassName
{
border-color: #A9C301;
}
</style>