Shades of Citrus #A6C80A
Tints of Citrus #A6C80A
RGB
CMYK
RGB Variations
Color information
#A6C80A (or 0xA6C80A) is known color: Citrus. HEX triplet: A6, C8 and 0A. RGB value is (166,200,10). Sum of RGB (Red+Green+Blue) = 166+200+10=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C80A is #5937F5. Grayscale: #A8A8A8. Windows color (decimal): -5847030 or 706726. OLE color: 706726.
HSL color Cylindrical-coordinate representation of color #A6C80A: hue angle of 70.74º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6C80A is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 200 | 10 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.22 |
| HSL | 70.74º | 0.9% | 0.41% | - |
| HSV(B) | 70.74º | 0.95% | 0.78% | - |
| XYZ | 36.43 | 49.44 | 7.91 | - |
| YUV | 168.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 10 | 0.17 | 0 | 0.95 | 0.22 | 70.74 | 0.9 | 0.41 |
| Hex | A6 | C8 | A | 11 | 0 | 5F | 16 | 47 | 5A | 29 |
| Octal | 246 | 310 | 12 | 21 | 0 | 137 | 26 | 107 | 132 | 51 |
| Binary | 10100110 | 11001000 | 1010 | 10001 | 0 | 1011111 | 10110 | 1000111 | 1011010 | 101001 |
Color Harmonies of #A6C80A
Complementary color
Monochromatic Colors of #A6C80A
Black with #A6C80A
Text Example
Text Example
White with #A6C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C80A; }
p { color: rgb(166,200,10); }
H1.HeaderClassName
{
color: #A6C80A;
}
.AnyTagClassName
{
color: #A6C80A;
}
</style>
background-color css
<style>
a { background-color: #A6C80A; }
a { background-color: rgb(166,200,10); }
div.DivClassName
{
background-color: #A6C80A;
}
.BgClassName
{
background-color: #A6C80A;
}
</style>
border-color css
<style>
span { border-color: #A6C80A; }
span { border-color: rgb(166,200,10); }
td.TdClassName
{
border-color: #A6C80A;
}
.TagClassName
{
border-color: #A6C80A;
}
</style>