Shades of Citrus #A8C009
Tints of Citrus #A8C009
RGB
CMYK
RGB Variations
Color information
#A8C009 (or 0xA8C009) is known color: Citrus. HEX triplet: A8, C0 and 09. RGB value is (168,192,9). Sum of RGB (Red+Green+Blue) = 168+192+9=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 9 (3.91% from 255 or 2.44% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C009 is #573FF6. Grayscale: #A4A4A4. Windows color (decimal): -5718007 or 639144. OLE color: 639144.
HSL color Cylindrical-coordinate representation of color #A8C009: hue angle of 67.87º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8C009 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 9 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.25 |
| HSL | 67.87º | 0.91% | 0.39% | - |
| HSV(B) | 67.87º | 0.95% | 0.75% | - |
| XYZ | 35.05 | 46.04 | 7.3 | - |
| YUV | 163.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 9 | 0.12 | 0 | 0.95 | 0.25 | 67.87 | 0.91 | 0.39 |
| Hex | A8 | C0 | 9 | C | 0 | 5F | 19 | 44 | 5B | 27 |
| Octal | 250 | 300 | 11 | 14 | 0 | 137 | 31 | 104 | 133 | 47 |
| Binary | 10101000 | 11000000 | 1001 | 1100 | 0 | 1011111 | 11001 | 1000100 | 1011011 | 100111 |
Color Harmonies of #A8C009
Complementary color
Monochromatic Colors of #A8C009
Black with #A8C009
Text Example
Text Example
White with #A8C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C009; }
p { color: rgb(168,192,9); }
H1.HeaderClassName
{
color: #A8C009;
}
.AnyTagClassName
{
color: #A8C009;
}
</style>
background-color css
<style>
a { background-color: #A8C009; }
a { background-color: rgb(168,192,9); }
div.DivClassName
{
background-color: #A8C009;
}
.BgClassName
{
background-color: #A8C009;
}
</style>
border-color css
<style>
span { border-color: #A8C009; }
span { border-color: rgb(168,192,9); }
td.TdClassName
{
border-color: #A8C009;
}
.TagClassName
{
border-color: #A8C009;
}
</style>