Shades of Citrus #A8C504
Tints of Citrus #A8C504
RGB
CMYK
RGB Variations
Color information
#A8C504 (or 0xA8C504) is known color: Citrus. HEX triplet: A8, C5 and 04. RGB value is (168,197,4). Sum of RGB (Red+Green+Blue) = 168+197+4=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C504 is #573AFB. Grayscale: #A7A7A7. Windows color (decimal): -5716732 or 312744. OLE color: 312744.
HSL color Cylindrical-coordinate representation of color #A8C504: hue angle of 69.02º degrees, saturation: 0.96, 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 #A8C504 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.23 |
| HSL | 69.02º | 0.96% | 0.39% | - |
| HSV(B) | 69.02º | 0.98% | 0.77% | - |
| XYZ | 36.14 | 48.27 | 7.53 | - |
| YUV | 166.33 | 36.39 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 4 | 0.15 | 0 | 0.98 | 0.23 | 69.02 | 0.96 | 0.39 |
| Hex | A8 | C5 | 4 | F | 0 | 62 | 17 | 45 | 60 | 27 |
| Octal | 250 | 305 | 4 | 17 | 0 | 142 | 27 | 105 | 140 | 47 |
| Binary | 10101000 | 11000101 | 100 | 1111 | 0 | 1100010 | 10111 | 1000101 | 1100000 | 100111 |
Color Harmonies of #A8C504
Complementary color
Monochromatic Colors of #A8C504
Black with #A8C504
Text Example
Text Example
White with #A8C504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C504; }
p { color: rgb(168,197,4); }
H1.HeaderClassName
{
color: #A8C504;
}
.AnyTagClassName
{
color: #A8C504;
}
</style>
background-color css
<style>
a { background-color: #A8C504; }
a { background-color: rgb(168,197,4); }
div.DivClassName
{
background-color: #A8C504;
}
.BgClassName
{
background-color: #A8C504;
}
</style>
border-color css
<style>
span { border-color: #A8C504; }
span { border-color: rgb(168,197,4); }
td.TdClassName
{
border-color: #A8C504;
}
.TagClassName
{
border-color: #A8C504;
}
</style>