Shades of Citrus #A8C509
Tints of Citrus #A8C509
RGB
CMYK
RGB Variations
Color information
#A8C509 (or 0xA8C509) is known color: Citrus. HEX triplet: A8, C5 and 09. RGB value is (168,197,9). Sum of RGB (Red+Green+Blue) = 168+197+9=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C509 is #573AF6. Grayscale: #A7A7A7. Windows color (decimal): -5716727 or 640424. OLE color: 640424.
HSL color Cylindrical-coordinate representation of color #A8C509: hue angle of 69.26º 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 #A8C509 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 9 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.23 |
| HSL | 69.26º | 0.91% | 0.4% | - |
| HSV(B) | 69.26º | 0.95% | 0.77% | - |
| XYZ | 36.16 | 48.28 | 7.67 | - |
| YUV | 166.9 | 38.89 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 9 | 0.15 | 0 | 0.95 | 0.23 | 69.26 | 0.91 | 0.4 |
| Hex | A8 | C5 | 9 | F | 0 | 5F | 17 | 45 | 5B | 28 |
| Octal | 250 | 305 | 11 | 17 | 0 | 137 | 27 | 105 | 133 | 50 |
| Binary | 10101000 | 11000101 | 1001 | 1111 | 0 | 1011111 | 10111 | 1000101 | 1011011 | 101000 |
Color Harmonies of #A8C509
Complementary color
Monochromatic Colors of #A8C509
Black with #A8C509
Text Example
Text Example
White with #A8C509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C509; }
p { color: rgb(168,197,9); }
H1.HeaderClassName
{
color: #A8C509;
}
.AnyTagClassName
{
color: #A8C509;
}
</style>
background-color css
<style>
a { background-color: #A8C509; }
a { background-color: rgb(168,197,9); }
div.DivClassName
{
background-color: #A8C509;
}
.BgClassName
{
background-color: #A8C509;
}
</style>
border-color css
<style>
span { border-color: #A8C509; }
span { border-color: rgb(168,197,9); }
td.TdClassName
{
border-color: #A8C509;
}
.TagClassName
{
border-color: #A8C509;
}
</style>