Shades of Citrus #A6C008
Tints of Citrus #A6C008
RGB
CMYK
RGB Variations
Color information
#A6C008 (or 0xA6C008) is known color: Citrus. HEX triplet: A6, C0 and 08. RGB value is (166,192,8). Sum of RGB (Red+Green+Blue) = 166+192+8=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C008 is #593FF7. Grayscale: #A3A3A3. Windows color (decimal): -5849080 or 573606. OLE color: 573606.
HSL color Cylindrical-coordinate representation of color #A6C008: hue angle of 68.48º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6C008 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 8 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.25 |
| HSL | 68.48º | 0.92% | 0.39% | - |
| HSV(B) | 68.48º | 0.96% | 0.75% | - |
| XYZ | 34.62 | 45.82 | 7.25 | - |
| YUV | 163.25 | 40.39 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 8 | 0.14 | 0 | 0.96 | 0.25 | 68.48 | 0.92 | 0.39 |
| Hex | A6 | C0 | 8 | E | 0 | 60 | 19 | 44 | 5C | 27 |
| Octal | 246 | 300 | 10 | 16 | 0 | 140 | 31 | 104 | 134 | 47 |
| Binary | 10100110 | 11000000 | 1000 | 1110 | 0 | 1100000 | 11001 | 1000100 | 1011100 | 100111 |
Color Harmonies of #A6C008
Complementary color
Monochromatic Colors of #A6C008
Black with #A6C008
Text Example
Text Example
White with #A6C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C008; }
p { color: rgb(166,192,8); }
H1.HeaderClassName
{
color: #A6C008;
}
.AnyTagClassName
{
color: #A6C008;
}
</style>
background-color css
<style>
a { background-color: #A6C008; }
a { background-color: rgb(166,192,8); }
div.DivClassName
{
background-color: #A6C008;
}
.BgClassName
{
background-color: #A6C008;
}
</style>
border-color css
<style>
span { border-color: #A6C008; }
span { border-color: rgb(166,192,8); }
td.TdClassName
{
border-color: #A6C008;
}
.TagClassName
{
border-color: #A6C008;
}
</style>