Shades of Citrus #A8C609
Tints of Citrus #A8C609
RGB
CMYK
RGB Variations
Color information
#A8C609 (or 0xA8C609) is known color: Citrus. HEX triplet: A8, C6 and 09. RGB value is (168,198,9). Sum of RGB (Red+Green+Blue) = 168+198+9=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C609 is #5739F6. Grayscale: #A8A8A8. Windows color (decimal): -5716471 or 640680. OLE color: 640680.
HSL color Cylindrical-coordinate representation of color #A8C609: hue angle of 69.52º 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 #A8C609 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 9 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.22 |
| HSL | 69.52º | 0.91% | 0.41% | - |
| HSV(B) | 69.52º | 0.95% | 0.78% | - |
| XYZ | 36.39 | 48.73 | 7.75 | - |
| YUV | 167.48 | 38.56 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 9 | 0.15 | 0 | 0.95 | 0.22 | 69.52 | 0.91 | 0.41 |
| Hex | A8 | C6 | 9 | F | 0 | 5F | 16 | 46 | 5B | 29 |
| Octal | 250 | 306 | 11 | 17 | 0 | 137 | 26 | 106 | 133 | 51 |
| Binary | 10101000 | 11000110 | 1001 | 1111 | 0 | 1011111 | 10110 | 1000110 | 1011011 | 101001 |
Color Harmonies of #A8C609
Complementary color
Monochromatic Colors of #A8C609
Black with #A8C609
Text Example
Text Example
White with #A8C609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C609; }
p { color: rgb(168,198,9); }
H1.HeaderClassName
{
color: #A8C609;
}
.AnyTagClassName
{
color: #A8C609;
}
</style>
background-color css
<style>
a { background-color: #A8C609; }
a { background-color: rgb(168,198,9); }
div.DivClassName
{
background-color: #A8C609;
}
.BgClassName
{
background-color: #A8C609;
}
</style>
border-color css
<style>
span { border-color: #A8C609; }
span { border-color: rgb(168,198,9); }
td.TdClassName
{
border-color: #A8C609;
}
.TagClassName
{
border-color: #A8C609;
}
</style>