Shades of Citrus #A8C100
Tints of Citrus #A8C100
RGB
CMYK
RGB Variations
Color information
#A8C100 (or 0xA8C100) is known color: Citrus. HEX triplet: A8, C1 and 00. RGB value is (168,193,0). Sum of RGB (Red+Green+Blue) = 168+193+0=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C100 is #573EFF. Grayscale: #A4A4A4. Windows color (decimal): -5717760 or 49576. OLE color: 49576.
HSL color Cylindrical-coordinate representation of color #A8C100: hue angle of 67.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8C100 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.24 |
| HSL | 67.77º | 1% | 0.38% | - |
| HSV(B) | 67.77º | 1% | 0.76% | - |
| XYZ | 35.22 | 46.46 | 7.11 | - |
| YUV | 163.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 0 | 0.13 | 0 | 1 | 0.24 | 67.77 | 1 | 0.38 |
| Hex | A8 | C1 | 0 | D | 0 | 64 | 18 | 44 | 64 | 26 |
| Octal | 250 | 301 | 0 | 15 | 0 | 144 | 30 | 104 | 144 | 46 |
| Binary | 10101000 | 11000001 | 0 | 1101 | 0 | 1100100 | 11000 | 1000100 | 1100100 | 100110 |
Color Harmonies of #A8C100
Complementary color
Monochromatic Colors of #A8C100
Black with #A8C100
Text Example
Text Example
White with #A8C100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C100; }
p { color: rgb(168,193,0); }
H1.HeaderClassName
{
color: #A8C100;
}
.AnyTagClassName
{
color: #A8C100;
}
</style>
background-color css
<style>
a { background-color: #A8C100; }
a { background-color: rgb(168,193,0); }
div.DivClassName
{
background-color: #A8C100;
}
.BgClassName
{
background-color: #A8C100;
}
</style>
border-color css
<style>
span { border-color: #A8C100; }
span { border-color: rgb(168,193,0); }
td.TdClassName
{
border-color: #A8C100;
}
.TagClassName
{
border-color: #A8C100;
}
</style>