Shades of Citrus #A8C704
Tints of Citrus #A8C704
RGB
CMYK
RGB Variations
Color information
#A8C704 (or 0xA8C704) is known color: Citrus. HEX triplet: A8, C7 and 04. RGB value is (168,199,4). Sum of RGB (Red+Green+Blue) = 168+199+4=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C704 is #5738FB. Grayscale: #A8A8A8. Windows color (decimal): -5716220 or 313256. OLE color: 313256.
HSL color Cylindrical-coordinate representation of color #A8C704: hue angle of 69.54º degrees, saturation: 0.96, 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 #A8C704 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.22 |
| HSL | 69.54º | 0.96% | 0.4% | - |
| HSV(B) | 69.54º | 0.98% | 0.78% | - |
| XYZ | 36.59 | 49.18 | 7.68 | - |
| YUV | 167.5 | 35.73 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 4 | 0.16 | 0 | 0.98 | 0.22 | 69.54 | 0.96 | 0.4 |
| Hex | A8 | C7 | 4 | 10 | 0 | 62 | 16 | 46 | 60 | 28 |
| Octal | 250 | 307 | 4 | 20 | 0 | 142 | 26 | 106 | 140 | 50 |
| Binary | 10101000 | 11000111 | 100 | 10000 | 0 | 1100010 | 10110 | 1000110 | 1100000 | 101000 |
Color Harmonies of #A8C704
Complementary color
Monochromatic Colors of #A8C704
Black with #A8C704
Text Example
Text Example
White with #A8C704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C704; }
p { color: rgb(168,199,4); }
H1.HeaderClassName
{
color: #A8C704;
}
.AnyTagClassName
{
color: #A8C704;
}
</style>
background-color css
<style>
a { background-color: #A8C704; }
a { background-color: rgb(168,199,4); }
div.DivClassName
{
background-color: #A8C704;
}
.BgClassName
{
background-color: #A8C704;
}
</style>
border-color css
<style>
span { border-color: #A8C704; }
span { border-color: rgb(168,199,4); }
td.TdClassName
{
border-color: #A8C704;
}
.TagClassName
{
border-color: #A8C704;
}
</style>