Shades of Citrus #A6C201
Tints of Citrus #A6C201
RGB
CMYK
RGB Variations
Color information
#A6C201 (or 0xA6C201) is known color: Citrus. HEX triplet: A6, C2 and 01. RGB value is (166,194,1). Sum of RGB (Red+Green+Blue) = 166+194+1=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C201 is #593DFE. Grayscale: #A4A4A4. Windows color (decimal): -5848575 or 115366. OLE color: 115366.
HSL color Cylindrical-coordinate representation of color #A6C201: hue angle of 68.7º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6C201 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 1 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.24 |
| HSL | 68.7º | 0.99% | 0.38% | - |
| HSV(B) | 68.7º | 0.99% | 0.76% | - |
| XYZ | 35.02 | 46.69 | 7.2 | - |
| YUV | 163.63 | 36.22 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 1 | 0.14 | 0 | 0.99 | 0.24 | 68.7 | 0.99 | 0.38 |
| Hex | A6 | C2 | 1 | E | 0 | 63 | 18 | 45 | 63 | 26 |
| Octal | 246 | 302 | 1 | 16 | 0 | 143 | 30 | 105 | 143 | 46 |
| Binary | 10100110 | 11000010 | 1 | 1110 | 0 | 1100011 | 11000 | 1000101 | 1100011 | 100110 |
Color Harmonies of #A6C201
Complementary color
Monochromatic Colors of #A6C201
Black with #A6C201
Text Example
Text Example
White with #A6C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C201; }
p { color: rgb(166,194,1); }
H1.HeaderClassName
{
color: #A6C201;
}
.AnyTagClassName
{
color: #A6C201;
}
</style>
background-color css
<style>
a { background-color: #A6C201; }
a { background-color: rgb(166,194,1); }
div.DivClassName
{
background-color: #A6C201;
}
.BgClassName
{
background-color: #A6C201;
}
</style>
border-color css
<style>
span { border-color: #A6C201; }
span { border-color: rgb(166,194,1); }
td.TdClassName
{
border-color: #A6C201;
}
.TagClassName
{
border-color: #A6C201;
}
</style>