Shades of Citrus #A6C908
Tints of Citrus #A6C908
RGB
CMYK
RGB Variations
Color information
#A6C908 (or 0xA6C908) is known color: Citrus. HEX triplet: A6, C9 and 08. RGB value is (166,201,8). Sum of RGB (Red+Green+Blue) = 166+201+8=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C908 is #5936F7. Grayscale: #A9A9A9. Windows color (decimal): -5846776 or 575910. OLE color: 575910.
HSL color Cylindrical-coordinate representation of color #A6C908: hue angle of 70.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6C908 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.21 |
| HSL | 70.88º | 0.92% | 0.41% | - |
| HSV(B) | 70.88º | 0.96% | 0.79% | - |
| XYZ | 36.66 | 49.9 | 7.93 | - |
| YUV | 168.53 | 37.4 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 8 | 0.17 | 0 | 0.96 | 0.21 | 70.88 | 0.92 | 0.41 |
| Hex | A6 | C9 | 8 | 11 | 0 | 60 | 15 | 47 | 5C | 29 |
| Octal | 246 | 311 | 10 | 21 | 0 | 140 | 25 | 107 | 134 | 51 |
| Binary | 10100110 | 11001001 | 1000 | 10001 | 0 | 1100000 | 10101 | 1000111 | 1011100 | 101001 |
Color Harmonies of #A6C908
Complementary color
Monochromatic Colors of #A6C908
Black with #A6C908
Text Example
Text Example
White with #A6C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C908; }
p { color: rgb(166,201,8); }
H1.HeaderClassName
{
color: #A6C908;
}
.AnyTagClassName
{
color: #A6C908;
}
</style>
background-color css
<style>
a { background-color: #A6C908; }
a { background-color: rgb(166,201,8); }
div.DivClassName
{
background-color: #A6C908;
}
.BgClassName
{
background-color: #A6C908;
}
</style>
border-color css
<style>
span { border-color: #A6C908; }
span { border-color: rgb(166,201,8); }
td.TdClassName
{
border-color: #A6C908;
}
.TagClassName
{
border-color: #A6C908;
}
</style>