Shades of Citrus #A8C806
Tints of Citrus #A8C806
RGB
CMYK
RGB Variations
Color information
#A8C806 (or 0xA8C806) is known color: Citrus. HEX triplet: A8, C8 and 06. RGB value is (168,200,6). Sum of RGB (Red+Green+Blue) = 168+200+6=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C806 is #5737F9. Grayscale: #A9A9A9. Windows color (decimal): -5715962 or 444584. OLE color: 444584.
HSL color Cylindrical-coordinate representation of color #A8C806: hue angle of 69.9º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8C806 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 6 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.22 |
| HSL | 69.9º | 0.94% | 0.4% | - |
| HSV(B) | 69.9º | 0.97% | 0.78% | - |
| XYZ | 36.84 | 49.65 | 7.81 | - |
| YUV | 168.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 6 | 0.16 | 0 | 0.97 | 0.22 | 69.9 | 0.94 | 0.4 |
| Hex | A8 | C8 | 6 | 10 | 0 | 61 | 16 | 46 | 5E | 28 |
| Octal | 250 | 310 | 6 | 20 | 0 | 141 | 26 | 106 | 136 | 50 |
| Binary | 10101000 | 11001000 | 110 | 10000 | 0 | 1100001 | 10110 | 1000110 | 1011110 | 101000 |
Color Harmonies of #A8C806
Complementary color
Monochromatic Colors of #A8C806
Black with #A8C806
Text Example
Text Example
White with #A8C806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C806; }
p { color: rgb(168,200,6); }
H1.HeaderClassName
{
color: #A8C806;
}
.AnyTagClassName
{
color: #A8C806;
}
</style>
background-color css
<style>
a { background-color: #A8C806; }
a { background-color: rgb(168,200,6); }
div.DivClassName
{
background-color: #A8C806;
}
.BgClassName
{
background-color: #A8C806;
}
</style>
border-color css
<style>
span { border-color: #A8C806; }
span { border-color: rgb(168,200,6); }
td.TdClassName
{
border-color: #A8C806;
}
.TagClassName
{
border-color: #A8C806;
}
</style>