Shades of Citrus #A8C406
Tints of Citrus #A8C406
RGB
CMYK
RGB Variations
Color information
#A8C406 (or 0xA8C406) is known color: Citrus. HEX triplet: A8, C4 and 06. RGB value is (168,196,6). Sum of RGB (Red+Green+Blue) = 168+196+6=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 196 (76.95% from 255 or 52.97% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C406 is #573BF9. Grayscale: #A6A6A6. Windows color (decimal): -5716986 or 443560. OLE color: 443560.
HSL color Cylindrical-coordinate representation of color #A8C406: hue angle of 68.84º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8C406 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.23 |
| HSL | 68.84º | 0.94% | 0.4% | - |
| HSV(B) | 68.84º | 0.97% | 0.77% | - |
| XYZ | 35.92 | 47.82 | 7.51 | - |
| YUV | 165.97 | 37.72 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 6 | 0.14 | 0 | 0.97 | 0.23 | 68.84 | 0.94 | 0.4 |
| Hex | A8 | C4 | 6 | E | 0 | 61 | 17 | 45 | 5E | 28 |
| Octal | 250 | 304 | 6 | 16 | 0 | 141 | 27 | 105 | 136 | 50 |
| Binary | 10101000 | 11000100 | 110 | 1110 | 0 | 1100001 | 10111 | 1000101 | 1011110 | 101000 |
Color Harmonies of #A8C406
Complementary color
Monochromatic Colors of #A8C406
Black with #A8C406
Text Example
Text Example
White with #A8C406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C406; }
p { color: rgb(168,196,6); }
H1.HeaderClassName
{
color: #A8C406;
}
.AnyTagClassName
{
color: #A8C406;
}
</style>
background-color css
<style>
a { background-color: #A8C406; }
a { background-color: rgb(168,196,6); }
div.DivClassName
{
background-color: #A8C406;
}
.BgClassName
{
background-color: #A8C406;
}
</style>
border-color css
<style>
span { border-color: #A8C406; }
span { border-color: rgb(168,196,6); }
td.TdClassName
{
border-color: #A8C406;
}
.TagClassName
{
border-color: #A8C406;
}
</style>