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