Shades of Citrus #A6C500
Tints of Citrus #A6C500
RGB
CMYK
RGB Variations
Color information
#A6C500 (or 0xA6C500) is known color: Citrus. HEX triplet: A6, C5 and 00. RGB value is (166,197,0). Sum of RGB (Red+Green+Blue) = 166+197+0=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C500 is #593AFF. Grayscale: #A6A6A6. Windows color (decimal): -5847808 or 50598. OLE color: 50598.
HSL color Cylindrical-coordinate representation of color #A6C500: hue angle of 69.44º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6C500 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.23 |
| HSL | 69.44º | 1% | 0.39% | - |
| HSV(B) | 69.44º | 1% | 0.77% | - |
| XYZ | 35.69 | 48.04 | 7.39 | - |
| YUV | 165.27 | 34.73 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 0 | 0.16 | 0 | 1 | 0.23 | 69.44 | 1 | 0.39 |
| Hex | A6 | C5 | 0 | 10 | 0 | 64 | 17 | 45 | 64 | 27 |
| Octal | 246 | 305 | 0 | 20 | 0 | 144 | 27 | 105 | 144 | 47 |
| Binary | 10100110 | 11000101 | 0 | 10000 | 0 | 1100100 | 10111 | 1000101 | 1100100 | 100111 |
Color Harmonies of #A6C500
Complementary color
Monochromatic Colors of #A6C500
Black with #A6C500
Text Example
Text Example
White with #A6C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C500; }
p { color: rgb(166,197,0); }
H1.HeaderClassName
{
color: #A6C500;
}
.AnyTagClassName
{
color: #A6C500;
}
</style>
background-color css
<style>
a { background-color: #A6C500; }
a { background-color: rgb(166,197,0); }
div.DivClassName
{
background-color: #A6C500;
}
.BgClassName
{
background-color: #A6C500;
}
</style>
border-color css
<style>
span { border-color: #A6C500; }
span { border-color: rgb(166,197,0); }
td.TdClassName
{
border-color: #A6C500;
}
.TagClassName
{
border-color: #A6C500;
}
</style>