Shades of Citrus #A8C608
Tints of Citrus #A8C608
RGB
CMYK
RGB Variations
Color information
#A8C608 (or 0xA8C608) is known color: Citrus. HEX triplet: A8, C6 and 08. RGB value is (168,198,8). Sum of RGB (Red+Green+Blue) = 168+198+8=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C608 is #5739F7. Grayscale: #A8A8A8. Windows color (decimal): -5716472 or 575144. OLE color: 575144.
HSL color Cylindrical-coordinate representation of color #A8C608: hue angle of 69.47º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8C608 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 8 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.22 |
| HSL | 69.47º | 0.92% | 0.4% | - |
| HSV(B) | 69.47º | 0.96% | 0.78% | - |
| XYZ | 36.39 | 48.73 | 7.72 | - |
| YUV | 167.37 | 38.06 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 8 | 0.15 | 0 | 0.96 | 0.22 | 69.47 | 0.92 | 0.4 |
| Hex | A8 | C6 | 8 | F | 0 | 60 | 16 | 45 | 5C | 28 |
| Octal | 250 | 306 | 10 | 17 | 0 | 140 | 26 | 105 | 134 | 50 |
| Binary | 10101000 | 11000110 | 1000 | 1111 | 0 | 1100000 | 10110 | 1000101 | 1011100 | 101000 |
Color Harmonies of #A8C608
Complementary color
Monochromatic Colors of #A8C608
Black with #A8C608
Text Example
Text Example
White with #A8C608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C608; }
p { color: rgb(168,198,8); }
H1.HeaderClassName
{
color: #A8C608;
}
.AnyTagClassName
{
color: #A8C608;
}
</style>
background-color css
<style>
a { background-color: #A8C608; }
a { background-color: rgb(168,198,8); }
div.DivClassName
{
background-color: #A8C608;
}
.BgClassName
{
background-color: #A8C608;
}
</style>
border-color css
<style>
span { border-color: #A8C608; }
span { border-color: rgb(168,198,8); }
td.TdClassName
{
border-color: #A8C608;
}
.TagClassName
{
border-color: #A8C608;
}
</style>