Shades of Citrus #A8C407
Tints of Citrus #A8C407
RGB
CMYK
RGB Variations
Color information
#A8C407 (or 0xA8C407) is known color: Citrus. HEX triplet: A8, C4 and 07. RGB value is (168,196,7). Sum of RGB (Red+Green+Blue) = 168+196+7=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C407 is #573BF8. Grayscale: #A6A6A6. Windows color (decimal): -5716985 or 509096. OLE color: 509096.
HSL color Cylindrical-coordinate representation of color #A8C407: hue angle of 68.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8C407 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 7 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.23 |
| HSL | 68.89º | 0.93% | 0.4% | - |
| HSV(B) | 68.89º | 0.96% | 0.77% | - |
| XYZ | 35.93 | 47.82 | 7.54 | - |
| YUV | 166.08 | 38.22 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 7 | 0.14 | 0 | 0.96 | 0.23 | 68.89 | 0.93 | 0.4 |
| Hex | A8 | C4 | 7 | E | 0 | 60 | 17 | 45 | 5D | 28 |
| Octal | 250 | 304 | 7 | 16 | 0 | 140 | 27 | 105 | 135 | 50 |
| Binary | 10101000 | 11000100 | 111 | 1110 | 0 | 1100000 | 10111 | 1000101 | 1011101 | 101000 |
Color Harmonies of #A8C407
Complementary color
Monochromatic Colors of #A8C407
Black with #A8C407
Text Example
Text Example
White with #A8C407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C407; }
p { color: rgb(168,196,7); }
H1.HeaderClassName
{
color: #A8C407;
}
.AnyTagClassName
{
color: #A8C407;
}
</style>
background-color css
<style>
a { background-color: #A8C407; }
a { background-color: rgb(168,196,7); }
div.DivClassName
{
background-color: #A8C407;
}
.BgClassName
{
background-color: #A8C407;
}
</style>
border-color css
<style>
span { border-color: #A8C407; }
span { border-color: rgb(168,196,7); }
td.TdClassName
{
border-color: #A8C407;
}
.TagClassName
{
border-color: #A8C407;
}
</style>