Shades of Citrus #A8C906
Tints of Citrus #A8C906
RGB
CMYK
RGB Variations
Color information
#A8C906 (or 0xA8C906) is known color: Citrus. HEX triplet: A8, C9 and 06. RGB value is (168,201,6). Sum of RGB (Red+Green+Blue) = 168+201+6=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C906 is #5736F9. Grayscale: #A9A9A9. Windows color (decimal): -5715706 or 444840. OLE color: 444840.
HSL color Cylindrical-coordinate representation of color #A8C906: hue angle of 70.15º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8C906 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 6 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.21 |
| HSL | 70.15º | 0.94% | 0.41% | - |
| HSV(B) | 70.15º | 0.97% | 0.79% | - |
| XYZ | 37.07 | 50.11 | 7.89 | - |
| YUV | 168.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 6 | 0.16 | 0 | 0.97 | 0.21 | 70.15 | 0.94 | 0.41 |
| Hex | A8 | C9 | 6 | 10 | 0 | 61 | 15 | 46 | 5E | 29 |
| Octal | 250 | 311 | 6 | 20 | 0 | 141 | 25 | 106 | 136 | 51 |
| Binary | 10101000 | 11001001 | 110 | 10000 | 0 | 1100001 | 10101 | 1000110 | 1011110 | 101001 |
Color Harmonies of #A8C906
Complementary color
Monochromatic Colors of #A8C906
Black with #A8C906
Text Example
Text Example
White with #A8C906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C906; }
p { color: rgb(168,201,6); }
H1.HeaderClassName
{
color: #A8C906;
}
.AnyTagClassName
{
color: #A8C906;
}
</style>
background-color css
<style>
a { background-color: #A8C906; }
a { background-color: rgb(168,201,6); }
div.DivClassName
{
background-color: #A8C906;
}
.BgClassName
{
background-color: #A8C906;
}
</style>
border-color css
<style>
span { border-color: #A8C906; }
span { border-color: rgb(168,201,6); }
td.TdClassName
{
border-color: #A8C906;
}
.TagClassName
{
border-color: #A8C906;
}
</style>