Shades of Citrus #A6C20E
Tints of Citrus #A6C20E
RGB
CMYK
RGB Variations
Color information
#A6C20E (or 0xA6C20E) is known color: Citrus. HEX triplet: A6, C2 and 0E. RGB value is (166,194,14). Sum of RGB (Red+Green+Blue) = 166+194+14=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C20E is #593DF1. Grayscale: #A5A5A5. Windows color (decimal): -5848562 or 967334. OLE color: 967334.
HSL color Cylindrical-coordinate representation of color #A6C20E: hue angle of 69.33º degrees, saturation: 0.87, 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 #A6C20E is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 14 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.24 |
| HSL | 69.33º | 0.87% | 0.41% | - |
| HSV(B) | 69.33º | 0.93% | 0.76% | - |
| XYZ | 35.1 | 46.72 | 7.58 | - |
| YUV | 165.11 | 42.72 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 14 | 0.14 | 0 | 0.93 | 0.24 | 69.33 | 0.87 | 0.41 |
| Hex | A6 | C2 | E | E | 0 | 5D | 18 | 45 | 57 | 29 |
| Octal | 246 | 302 | 16 | 16 | 0 | 135 | 30 | 105 | 127 | 51 |
| Binary | 10100110 | 11000010 | 1110 | 1110 | 0 | 1011101 | 11000 | 1000101 | 1010111 | 101001 |
Color Harmonies of #A6C20E
Complementary color
Monochromatic Colors of #A6C20E
Black with #A6C20E
Text Example
Text Example
White with #A6C20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C20E; }
p { color: rgb(166,194,14); }
H1.HeaderClassName
{
color: #A6C20E;
}
.AnyTagClassName
{
color: #A6C20E;
}
</style>
background-color css
<style>
a { background-color: #A6C20E; }
a { background-color: rgb(166,194,14); }
div.DivClassName
{
background-color: #A6C20E;
}
.BgClassName
{
background-color: #A6C20E;
}
</style>
border-color css
<style>
span { border-color: #A6C20E; }
span { border-color: rgb(166,194,14); }
td.TdClassName
{
border-color: #A6C20E;
}
.TagClassName
{
border-color: #A6C20E;
}
</style>