Shades of Citrus #A8C808
Tints of Citrus #A8C808
RGB
CMYK
RGB Variations
Color information
#A8C808 (or 0xA8C808) is known color: Citrus. HEX triplet: A8, C8 and 08. RGB value is (168,200,8). Sum of RGB (Red+Green+Blue) = 168+200+8=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C808 is #5737F7. Grayscale: #A9A9A9. Windows color (decimal): -5715960 or 575656. OLE color: 575656.
HSL color Cylindrical-coordinate representation of color #A8C808: hue angle of 70º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8C808 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 8 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.22 |
| HSL | 70º | 0.92% | 0.41% | - |
| HSV(B) | 70º | 0.96% | 0.78% | - |
| XYZ | 36.85 | 49.65 | 7.87 | - |
| YUV | 168.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 8 | 0.16 | 0 | 0.96 | 0.22 | 70 | 0.92 | 0.41 |
| Hex | A8 | C8 | 8 | 10 | 0 | 60 | 16 | 46 | 5C | 29 |
| Octal | 250 | 310 | 10 | 20 | 0 | 140 | 26 | 106 | 134 | 51 |
| Binary | 10101000 | 11001000 | 1000 | 10000 | 0 | 1100000 | 10110 | 1000110 | 1011100 | 101001 |
Color Harmonies of #A8C808
Complementary color
Monochromatic Colors of #A8C808
Black with #A8C808
Text Example
Text Example
White with #A8C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C808; }
p { color: rgb(168,200,8); }
H1.HeaderClassName
{
color: #A8C808;
}
.AnyTagClassName
{
color: #A8C808;
}
</style>
background-color css
<style>
a { background-color: #A8C808; }
a { background-color: rgb(168,200,8); }
div.DivClassName
{
background-color: #A8C808;
}
.BgClassName
{
background-color: #A8C808;
}
</style>
border-color css
<style>
span { border-color: #A8C808; }
span { border-color: rgb(168,200,8); }
td.TdClassName
{
border-color: #A8C808;
}
.TagClassName
{
border-color: #A8C808;
}
</style>