Shades of Citrus #A8C803
Tints of Citrus #A8C803
RGB
CMYK
RGB Variations
Color information
#A8C803 (or 0xA8C803) is known color: Citrus. HEX triplet: A8, C8 and 03. RGB value is (168,200,3). Sum of RGB (Red+Green+Blue) = 168+200+3=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C803 is #5737FC. Grayscale: #A8A8A8. Windows color (decimal): -5715965 or 247976. OLE color: 247976.
HSL color Cylindrical-coordinate representation of color #A8C803: hue angle of 69.75º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8C803 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.22 |
| HSL | 69.75º | 0.97% | 0.4% | - |
| HSV(B) | 69.75º | 0.99% | 0.78% | - |
| XYZ | 36.82 | 49.64 | 7.73 | - |
| YUV | 167.97 | 34.9 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 3 | 0.16 | 0 | 0.98 | 0.22 | 69.75 | 0.97 | 0.4 |
| Hex | A8 | C8 | 3 | 10 | 0 | 62 | 16 | 46 | 61 | 28 |
| Octal | 250 | 310 | 3 | 20 | 0 | 142 | 26 | 106 | 141 | 50 |
| Binary | 10101000 | 11001000 | 11 | 10000 | 0 | 1100010 | 10110 | 1000110 | 1100001 | 101000 |
Color Harmonies of #A8C803
Complementary color
Monochromatic Colors of #A8C803
Black with #A8C803
Text Example
Text Example
White with #A8C803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C803; }
p { color: rgb(168,200,3); }
H1.HeaderClassName
{
color: #A8C803;
}
.AnyTagClassName
{
color: #A8C803;
}
</style>
background-color css
<style>
a { background-color: #A8C803; }
a { background-color: rgb(168,200,3); }
div.DivClassName
{
background-color: #A8C803;
}
.BgClassName
{
background-color: #A8C803;
}
</style>
border-color css
<style>
span { border-color: #A8C803; }
span { border-color: rgb(168,200,3); }
td.TdClassName
{
border-color: #A8C803;
}
.TagClassName
{
border-color: #A8C803;
}
</style>