Shades of Citrus #A9C101
Tints of Citrus #A9C101
RGB
CMYK
RGB Variations
Color information
#A9C101 (or 0xA9C101) is known color: Citrus. HEX triplet: A9, C1 and 01. RGB value is (169,193,1). Sum of RGB (Red+Green+Blue) = 169+193+1=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C101 is #563EFE. Grayscale: #A4A4A4. Windows color (decimal): -5652223 or 115113. OLE color: 115113.
HSL color Cylindrical-coordinate representation of color #A9C101: hue angle of 67.5º 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 #A9C101 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.24 |
| HSL | 67.5º | 0.99% | 0.38% | - |
| HSV(B) | 67.5º | 0.99% | 0.76% | - |
| XYZ | 35.44 | 46.58 | 7.15 | - |
| YUV | 163.94 | 36.05 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 1 | 0.12 | 0 | 0.99 | 0.24 | 67.5 | 0.99 | 0.38 |
| Hex | A9 | C1 | 1 | C | 0 | 63 | 18 | 44 | 63 | 26 |
| Octal | 251 | 301 | 1 | 14 | 0 | 143 | 30 | 104 | 143 | 46 |
| Binary | 10101001 | 11000001 | 1 | 1100 | 0 | 1100011 | 11000 | 1000100 | 1100011 | 100110 |
Color Harmonies of #A9C101
Complementary color
Monochromatic Colors of #A9C101
Black with #A9C101
Text Example
Text Example
White with #A9C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C101; }
p { color: rgb(169,193,1); }
H1.HeaderClassName
{
color: #A9C101;
}
.AnyTagClassName
{
color: #A9C101;
}
</style>
background-color css
<style>
a { background-color: #A9C101; }
a { background-color: rgb(169,193,1); }
div.DivClassName
{
background-color: #A9C101;
}
.BgClassName
{
background-color: #A9C101;
}
</style>
border-color css
<style>
span { border-color: #A9C101; }
span { border-color: rgb(169,193,1); }
td.TdClassName
{
border-color: #A9C101;
}
.TagClassName
{
border-color: #A9C101;
}
</style>