Shades of Citrus #A8C103
Tints of Citrus #A8C103
RGB
CMYK
RGB Variations
Color information
#A8C103 (or 0xA8C103) is known color: Citrus. HEX triplet: A8, C1 and 03. RGB value is (168,193,3). Sum of RGB (Red+Green+Blue) = 168+193+3=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C103 is #573EFC. Grayscale: #A4A4A4. Windows color (decimal): -5717757 or 246184. OLE color: 246184.
HSL color Cylindrical-coordinate representation of color #A8C103: hue angle of 67.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8C103 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 3 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.24 |
| HSL | 67.89º | 0.97% | 0.38% | - |
| HSV(B) | 67.89º | 0.98% | 0.76% | - |
| XYZ | 35.23 | 46.47 | 7.2 | - |
| YUV | 163.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 3 | 0.13 | 0 | 0.98 | 0.24 | 67.89 | 0.97 | 0.38 |
| Hex | A8 | C1 | 3 | D | 0 | 62 | 18 | 44 | 61 | 26 |
| Octal | 250 | 301 | 3 | 15 | 0 | 142 | 30 | 104 | 141 | 46 |
| Binary | 10101000 | 11000001 | 11 | 1101 | 0 | 1100010 | 11000 | 1000100 | 1100001 | 100110 |
Color Harmonies of #A8C103
Complementary color
Monochromatic Colors of #A8C103
Black with #A8C103
Text Example
Text Example
White with #A8C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C103; }
p { color: rgb(168,193,3); }
H1.HeaderClassName
{
color: #A8C103;
}
.AnyTagClassName
{
color: #A8C103;
}
</style>
background-color css
<style>
a { background-color: #A8C103; }
a { background-color: rgb(168,193,3); }
div.DivClassName
{
background-color: #A8C103;
}
.BgClassName
{
background-color: #A8C103;
}
</style>
border-color css
<style>
span { border-color: #A8C103; }
span { border-color: rgb(168,193,3); }
td.TdClassName
{
border-color: #A8C103;
}
.TagClassName
{
border-color: #A8C103;
}
</style>