Shades of Citrus #A8C703
Tints of Citrus #A8C703
RGB
CMYK
RGB Variations
Color information
#A8C703 (or 0xA8C703) is known color: Citrus. HEX triplet: A8, C7 and 03. RGB value is (168,199,3). Sum of RGB (Red+Green+Blue) = 168+199+3=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C703 is #5738FC. Grayscale: #A8A8A8. Windows color (decimal): -5716221 or 247720. OLE color: 247720.
HSL color Cylindrical-coordinate representation of color #A8C703: hue angle of 69.49º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8C703 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.22 |
| HSL | 69.49º | 0.97% | 0.4% | - |
| HSV(B) | 69.49º | 0.98% | 0.78% | - |
| XYZ | 36.59 | 49.18 | 7.65 | - |
| YUV | 167.39 | 35.23 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 3 | 0.16 | 0 | 0.98 | 0.22 | 69.49 | 0.97 | 0.4 |
| Hex | A8 | C7 | 3 | 10 | 0 | 62 | 16 | 45 | 61 | 28 |
| Octal | 250 | 307 | 3 | 20 | 0 | 142 | 26 | 105 | 141 | 50 |
| Binary | 10101000 | 11000111 | 11 | 10000 | 0 | 1100010 | 10110 | 1000101 | 1100001 | 101000 |
Color Harmonies of #A8C703
Complementary color
Monochromatic Colors of #A8C703
Black with #A8C703
Text Example
Text Example
White with #A8C703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C703; }
p { color: rgb(168,199,3); }
H1.HeaderClassName
{
color: #A8C703;
}
.AnyTagClassName
{
color: #A8C703;
}
</style>
background-color css
<style>
a { background-color: #A8C703; }
a { background-color: rgb(168,199,3); }
div.DivClassName
{
background-color: #A8C703;
}
.BgClassName
{
background-color: #A8C703;
}
</style>
border-color css
<style>
span { border-color: #A8C703; }
span { border-color: rgb(168,199,3); }
td.TdClassName
{
border-color: #A8C703;
}
.TagClassName
{
border-color: #A8C703;
}
</style>