Shades of Citrus #A6C100
Tints of Citrus #A6C100
RGB
CMYK
RGB Variations
Color information
#A6C100 (or 0xA6C100) is known color: Citrus. HEX triplet: A6, C1 and 00. RGB value is (166,193,0). Sum of RGB (Red+Green+Blue) = 166+193+0=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C100 is #593EFF. Grayscale: #A3A3A3. Windows color (decimal): -5848832 or 49574. OLE color: 49574.
HSL color Cylindrical-coordinate representation of color #A6C100: hue angle of 68.39º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6C100 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.24 |
| HSL | 68.39º | 1% | 0.38% | - |
| HSV(B) | 68.39º | 1% | 0.76% | - |
| XYZ | 34.8 | 46.25 | 7.09 | - |
| YUV | 162.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 0 | 0.14 | 0 | 1 | 0.24 | 68.39 | 1 | 0.38 |
| Hex | A6 | C1 | 0 | E | 0 | 64 | 18 | 44 | 64 | 26 |
| Octal | 246 | 301 | 0 | 16 | 0 | 144 | 30 | 104 | 144 | 46 |
| Binary | 10100110 | 11000001 | 0 | 1110 | 0 | 1100100 | 11000 | 1000100 | 1100100 | 100110 |
Color Harmonies of #A6C100
Complementary color
Monochromatic Colors of #A6C100
Black with #A6C100
Text Example
Text Example
White with #A6C100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C100; }
p { color: rgb(166,193,0); }
H1.HeaderClassName
{
color: #A6C100;
}
.AnyTagClassName
{
color: #A6C100;
}
</style>
background-color css
<style>
a { background-color: #A6C100; }
a { background-color: rgb(166,193,0); }
div.DivClassName
{
background-color: #A6C100;
}
.BgClassName
{
background-color: #A6C100;
}
</style>
border-color css
<style>
span { border-color: #A6C100; }
span { border-color: rgb(166,193,0); }
td.TdClassName
{
border-color: #A6C100;
}
.TagClassName
{
border-color: #A6C100;
}
</style>