Shades of Citrus #A1C509
Tints of Citrus #A1C509
RGB
CMYK
RGB Variations
Color information
#A1C509 (or 0xA1C509) is known color: Citrus. HEX triplet: A1, C5 and 09. RGB value is (161,197,9). Sum of RGB (Red+Green+Blue) = 161+197+9=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C509 is #5E3AF6. Grayscale: #A5A5A5. Windows color (decimal): -6175479 or 640417. OLE color: 640417.
HSL color Cylindrical-coordinate representation of color #A1C509: hue angle of 71.49º 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 #A1C509 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 9 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.23 |
| HSL | 71.49º | 0.91% | 0.4% | - |
| HSV(B) | 71.49º | 0.95% | 0.77% | - |
| XYZ | 34.71 | 47.53 | 7.6 | - |
| YUV | 164.8 | 40.07 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 9 | 0.18 | 0 | 0.95 | 0.23 | 71.49 | 0.91 | 0.4 |
| Hex | A1 | C5 | 9 | 12 | 0 | 5F | 17 | 47 | 5B | 28 |
| Octal | 241 | 305 | 11 | 22 | 0 | 137 | 27 | 107 | 133 | 50 |
| Binary | 10100001 | 11000101 | 1001 | 10010 | 0 | 1011111 | 10111 | 1000111 | 1011011 | 101000 |
Color Harmonies of #A1C509
Complementary color
Monochromatic Colors of #A1C509
Black with #A1C509
Text Example
Text Example
White with #A1C509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C509; }
p { color: rgb(161,197,9); }
H1.HeaderClassName
{
color: #A1C509;
}
.AnyTagClassName
{
color: #A1C509;
}
</style>
background-color css
<style>
a { background-color: #A1C509; }
a { background-color: rgb(161,197,9); }
div.DivClassName
{
background-color: #A1C509;
}
.BgClassName
{
background-color: #A1C509;
}
</style>
border-color css
<style>
span { border-color: #A1C509; }
span { border-color: rgb(161,197,9); }
td.TdClassName
{
border-color: #A1C509;
}
.TagClassName
{
border-color: #A1C509;
}
</style>