Shades of Citrus #A7C000
Tints of Citrus #A7C000
RGB
CMYK
RGB Variations
Color information
#A7C000 (or 0xA7C000) is known color: Citrus. HEX triplet: A7, C0 and 00. RGB value is (167,192,0). Sum of RGB (Red+Green+Blue) = 167+192+0=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C000 is #583FFF. Grayscale: #A3A3A3. Windows color (decimal): -5783552 or 49319. OLE color: 49319.
HSL color Cylindrical-coordinate representation of color #A7C000: hue angle of 67.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7C000 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.25 |
| HSL | 67.81º | 1% | 0.38% | - |
| HSV(B) | 67.81º | 1% | 0.75% | - |
| XYZ | 34.79 | 45.91 | 7.03 | - |
| YUV | 162.64 | 36.22 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 0 | 0.13 | 0 | 1 | 0.25 | 67.81 | 1 | 0.38 |
| Hex | A7 | C0 | 0 | D | 0 | 64 | 19 | 44 | 64 | 26 |
| Octal | 247 | 300 | 0 | 15 | 0 | 144 | 31 | 104 | 144 | 46 |
| Binary | 10100111 | 11000000 | 0 | 1101 | 0 | 1100100 | 11001 | 1000100 | 1100100 | 100110 |
Color Harmonies of #A7C000
Complementary color
Monochromatic Colors of #A7C000
Black with #A7C000
Text Example
Text Example
White with #A7C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C000; }
p { color: rgb(167,192,0); }
H1.HeaderClassName
{
color: #A7C000;
}
.AnyTagClassName
{
color: #A7C000;
}
</style>
background-color css
<style>
a { background-color: #A7C000; }
a { background-color: rgb(167,192,0); }
div.DivClassName
{
background-color: #A7C000;
}
.BgClassName
{
background-color: #A7C000;
}
</style>
border-color css
<style>
span { border-color: #A7C000; }
span { border-color: rgb(167,192,0); }
td.TdClassName
{
border-color: #A7C000;
}
.TagClassName
{
border-color: #A7C000;
}
</style>