Shades of Citrus #A8C10A
Tints of Citrus #A8C10A
RGB
CMYK
RGB Variations
Color information
#A8C10A (or 0xA8C10A) is known color: Citrus. HEX triplet: A8, C1 and 0A. RGB value is (168,193,10). Sum of RGB (Red+Green+Blue) = 168+193+10=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C10A is #573EF5. Grayscale: #A5A5A5. Windows color (decimal): -5717750 or 704936. OLE color: 704936.
HSL color Cylindrical-coordinate representation of color #A8C10A: hue angle of 68.2º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8C10A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 10 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.24 |
| HSL | 68.2º | 0.9% | 0.4% | - |
| HSV(B) | 68.2º | 0.95% | 0.76% | - |
| XYZ | 35.27 | 46.49 | 7.4 | - |
| YUV | 164.66 | 40.72 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 10 | 0.13 | 0 | 0.95 | 0.24 | 68.2 | 0.9 | 0.4 |
| Hex | A8 | C1 | A | D | 0 | 5F | 18 | 44 | 5A | 28 |
| Octal | 250 | 301 | 12 | 15 | 0 | 137 | 30 | 104 | 132 | 50 |
| Binary | 10101000 | 11000001 | 1010 | 1101 | 0 | 1011111 | 11000 | 1000100 | 1011010 | 101000 |
Color Harmonies of #A8C10A
Complementary color
Monochromatic Colors of #A8C10A
Black with #A8C10A
Text Example
Text Example
White with #A8C10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C10A; }
p { color: rgb(168,193,10); }
H1.HeaderClassName
{
color: #A8C10A;
}
.AnyTagClassName
{
color: #A8C10A;
}
</style>
background-color css
<style>
a { background-color: #A8C10A; }
a { background-color: rgb(168,193,10); }
div.DivClassName
{
background-color: #A8C10A;
}
.BgClassName
{
background-color: #A8C10A;
}
</style>
border-color css
<style>
span { border-color: #A8C10A; }
span { border-color: rgb(168,193,10); }
td.TdClassName
{
border-color: #A8C10A;
}
.TagClassName
{
border-color: #A8C10A;
}
</style>