Shades of Citrus #A1C609
Tints of Citrus #A1C609
RGB
CMYK
RGB Variations
Color information
#A1C609 (or 0xA1C609) is known color: Citrus. HEX triplet: A1, C6 and 09. RGB value is (161,198,9). Sum of RGB (Red+Green+Blue) = 161+198+9=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 9 (3.91% from 255 or 2.45% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C609 is #5E39F6. Grayscale: #A6A6A6. Windows color (decimal): -6175223 or 640673. OLE color: 640673.
HSL color Cylindrical-coordinate representation of color #A1C609: hue angle of 71.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1C609 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 9 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.22 |
| HSL | 71.75º | 0.91% | 0.41% | - |
| HSV(B) | 71.75º | 0.95% | 0.78% | - |
| XYZ | 34.94 | 47.98 | 7.68 | - |
| YUV | 165.39 | 39.74 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 9 | 0.19 | 0 | 0.95 | 0.22 | 71.75 | 0.91 | 0.41 |
| Hex | A1 | C6 | 9 | 13 | 0 | 5F | 16 | 48 | 5B | 29 |
| Octal | 241 | 306 | 11 | 23 | 0 | 137 | 26 | 110 | 133 | 51 |
| Binary | 10100001 | 11000110 | 1001 | 10011 | 0 | 1011111 | 10110 | 1001000 | 1011011 | 101001 |
Color Harmonies of #A1C609
Complementary color
Monochromatic Colors of #A1C609
Black with #A1C609
Text Example
Text Example
White with #A1C609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C609; }
p { color: rgb(161,198,9); }
H1.HeaderClassName
{
color: #A1C609;
}
.AnyTagClassName
{
color: #A1C609;
}
</style>
background-color css
<style>
a { background-color: #A1C609; }
a { background-color: rgb(161,198,9); }
div.DivClassName
{
background-color: #A1C609;
}
.BgClassName
{
background-color: #A1C609;
}
</style>
border-color css
<style>
span { border-color: #A1C609; }
span { border-color: rgb(161,198,9); }
td.TdClassName
{
border-color: #A1C609;
}
.TagClassName
{
border-color: #A1C609;
}
</style>