Shades of Citrus #A6C10E
Tints of Citrus #A6C10E
RGB
CMYK
RGB Variations
Color information
#A6C10E (or 0xA6C10E) is known color: Citrus. HEX triplet: A6, C1 and 0E. RGB value is (166,193,14). Sum of RGB (Red+Green+Blue) = 166+193+14=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C10E is #593EF1. Grayscale: #A5A5A5. Windows color (decimal): -5848818 or 967078. OLE color: 967078.
HSL color Cylindrical-coordinate representation of color #A6C10E: hue angle of 69.05º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6C10E is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 14 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.24 |
| HSL | 69.05º | 0.86% | 0.41% | - |
| HSV(B) | 69.05º | 0.93% | 0.76% | - |
| XYZ | 34.88 | 46.28 | 7.51 | - |
| YUV | 164.52 | 43.05 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 14 | 0.14 | 0 | 0.93 | 0.24 | 69.05 | 0.86 | 0.41 |
| Hex | A6 | C1 | E | E | 0 | 5D | 18 | 45 | 56 | 29 |
| Octal | 246 | 301 | 16 | 16 | 0 | 135 | 30 | 105 | 126 | 51 |
| Binary | 10100110 | 11000001 | 1110 | 1110 | 0 | 1011101 | 11000 | 1000101 | 1010110 | 101001 |
Color Harmonies of #A6C10E
Complementary color
Monochromatic Colors of #A6C10E
Black with #A6C10E
Text Example
Text Example
White with #A6C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C10E; }
p { color: rgb(166,193,14); }
H1.HeaderClassName
{
color: #A6C10E;
}
.AnyTagClassName
{
color: #A6C10E;
}
</style>
background-color css
<style>
a { background-color: #A6C10E; }
a { background-color: rgb(166,193,14); }
div.DivClassName
{
background-color: #A6C10E;
}
.BgClassName
{
background-color: #A6C10E;
}
</style>
border-color css
<style>
span { border-color: #A6C10E; }
span { border-color: rgb(166,193,14); }
td.TdClassName
{
border-color: #A6C10E;
}
.TagClassName
{
border-color: #A6C10E;
}
</style>