Shades of Citrus #A8C00A
Tints of Citrus #A8C00A
RGB
CMYK
RGB Variations
Color information
#A8C00A (or 0xA8C00A) is known color: Citrus. HEX triplet: A8, C0 and 0A. RGB value is (168,192,10). Sum of RGB (Red+Green+Blue) = 168+192+10=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C00A is #573FF5. Grayscale: #A4A4A4. Windows color (decimal): -5718006 or 704680. OLE color: 704680.
HSL color Cylindrical-coordinate representation of color #A8C00A: hue angle of 67.91º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8C00A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 10 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.25 |
| HSL | 67.91º | 0.9% | 0.4% | - |
| HSV(B) | 67.91º | 0.95% | 0.75% | - |
| XYZ | 35.05 | 46.05 | 7.33 | - |
| YUV | 164.08 | 41.05 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 10 | 0.12 | 0 | 0.95 | 0.25 | 67.91 | 0.9 | 0.4 |
| Hex | A8 | C0 | A | C | 0 | 5F | 19 | 44 | 5A | 28 |
| Octal | 250 | 300 | 12 | 14 | 0 | 137 | 31 | 104 | 132 | 50 |
| Binary | 10101000 | 11000000 | 1010 | 1100 | 0 | 1011111 | 11001 | 1000100 | 1011010 | 101000 |
Color Harmonies of #A8C00A
Complementary color
Monochromatic Colors of #A8C00A
Black with #A8C00A
Text Example
Text Example
White with #A8C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C00A; }
p { color: rgb(168,192,10); }
H1.HeaderClassName
{
color: #A8C00A;
}
.AnyTagClassName
{
color: #A8C00A;
}
</style>
background-color css
<style>
a { background-color: #A8C00A; }
a { background-color: rgb(168,192,10); }
div.DivClassName
{
background-color: #A8C00A;
}
.BgClassName
{
background-color: #A8C00A;
}
</style>
border-color css
<style>
span { border-color: #A8C00A; }
span { border-color: rgb(168,192,10); }
td.TdClassName
{
border-color: #A8C00A;
}
.TagClassName
{
border-color: #A8C00A;
}
</style>