Shades of Citrus #A8C10D
Tints of Citrus #A8C10D
RGB
CMYK
RGB Variations
Color information
#A8C10D (or 0xA8C10D) is known color: Citrus. HEX triplet: A8, C1 and 0D. RGB value is (168,193,13). Sum of RGB (Red+Green+Blue) = 168+193+13=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C10D is #573EF2. Grayscale: #A5A5A5. Windows color (decimal): -5717747 or 901544. OLE color: 901544.
HSL color Cylindrical-coordinate representation of color #A8C10D: hue angle of 68.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8C10D is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 13 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.24 |
| HSL | 68.33º | 0.87% | 0.4% | - |
| HSV(B) | 68.33º | 0.93% | 0.76% | - |
| XYZ | 35.29 | 46.49 | 7.49 | - |
| YUV | 165.01 | 42.22 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 13 | 0.13 | 0 | 0.93 | 0.24 | 68.33 | 0.87 | 0.4 |
| Hex | A8 | C1 | D | D | 0 | 5D | 18 | 44 | 57 | 28 |
| Octal | 250 | 301 | 15 | 15 | 0 | 135 | 30 | 104 | 127 | 50 |
| Binary | 10101000 | 11000001 | 1101 | 1101 | 0 | 1011101 | 11000 | 1000100 | 1010111 | 101000 |
Color Harmonies of #A8C10D
Complementary color
Monochromatic Colors of #A8C10D
Black with #A8C10D
Text Example
Text Example
White with #A8C10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C10D; }
p { color: rgb(168,193,13); }
H1.HeaderClassName
{
color: #A8C10D;
}
.AnyTagClassName
{
color: #A8C10D;
}
</style>
background-color css
<style>
a { background-color: #A8C10D; }
a { background-color: rgb(168,193,13); }
div.DivClassName
{
background-color: #A8C10D;
}
.BgClassName
{
background-color: #A8C10D;
}
</style>
border-color css
<style>
span { border-color: #A8C10D; }
span { border-color: rgb(168,193,13); }
td.TdClassName
{
border-color: #A8C10D;
}
.TagClassName
{
border-color: #A8C10D;
}
</style>