Shades of Citrus #A8C503
Tints of Citrus #A8C503
RGB
CMYK
RGB Variations
Color information
#A8C503 (or 0xA8C503) is known color: Citrus. HEX triplet: A8, C5 and 03. RGB value is (168,197,3). Sum of RGB (Red+Green+Blue) = 168+197+3=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C503 is #573AFC. Grayscale: #A6A6A6. Windows color (decimal): -5716733 or 247208. OLE color: 247208.
HSL color Cylindrical-coordinate representation of color #A8C503: hue angle of 68.97º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8C503 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.23 |
| HSL | 68.97º | 0.97% | 0.39% | - |
| HSV(B) | 68.97º | 0.98% | 0.77% | - |
| XYZ | 36.13 | 48.26 | 7.5 | - |
| YUV | 166.21 | 35.89 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 3 | 0.15 | 0 | 0.98 | 0.23 | 68.97 | 0.97 | 0.39 |
| Hex | A8 | C5 | 3 | F | 0 | 62 | 17 | 45 | 61 | 27 |
| Octal | 250 | 305 | 3 | 17 | 0 | 142 | 27 | 105 | 141 | 47 |
| Binary | 10101000 | 11000101 | 11 | 1111 | 0 | 1100010 | 10111 | 1000101 | 1100001 | 100111 |
Color Harmonies of #A8C503
Complementary color
Monochromatic Colors of #A8C503
Black with #A8C503
Text Example
Text Example
White with #A8C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C503; }
p { color: rgb(168,197,3); }
H1.HeaderClassName
{
color: #A8C503;
}
.AnyTagClassName
{
color: #A8C503;
}
</style>
background-color css
<style>
a { background-color: #A8C503; }
a { background-color: rgb(168,197,3); }
div.DivClassName
{
background-color: #A8C503;
}
.BgClassName
{
background-color: #A8C503;
}
</style>
border-color css
<style>
span { border-color: #A8C503; }
span { border-color: rgb(168,197,3); }
td.TdClassName
{
border-color: #A8C503;
}
.TagClassName
{
border-color: #A8C503;
}
</style>