Shades of Citrus #A9C407
Tints of Citrus #A9C407
RGB
CMYK
RGB Variations
Color information
#A9C407 (or 0xA9C407) is known color: Citrus. HEX triplet: A9, C4 and 07. RGB value is (169,196,7). Sum of RGB (Red+Green+Blue) = 169+196+7=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C407 is #563BF8. Grayscale: #A7A7A7. Windows color (decimal): -5651449 or 509097. OLE color: 509097.
HSL color Cylindrical-coordinate representation of color #A9C407: hue angle of 68.57º 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 #A9C407 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 196 | 7 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.23 |
| HSL | 68.57º | 0.93% | 0.4% | - |
| HSV(B) | 68.57º | 0.96% | 0.77% | - |
| XYZ | 36.14 | 47.93 | 7.55 | - |
| YUV | 166.38 | 38.05 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 7 | 0.14 | 0 | 0.96 | 0.23 | 68.57 | 0.93 | 0.4 |
| Hex | A9 | C4 | 7 | E | 0 | 60 | 17 | 45 | 5D | 28 |
| Octal | 251 | 304 | 7 | 16 | 0 | 140 | 27 | 105 | 135 | 50 |
| Binary | 10101001 | 11000100 | 111 | 1110 | 0 | 1100000 | 10111 | 1000101 | 1011101 | 101000 |
Color Harmonies of #A9C407
Complementary color
Monochromatic Colors of #A9C407
Black with #A9C407
Text Example
Text Example
White with #A9C407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C407; }
p { color: rgb(169,196,7); }
H1.HeaderClassName
{
color: #A9C407;
}
.AnyTagClassName
{
color: #A9C407;
}
</style>
background-color css
<style>
a { background-color: #A9C407; }
a { background-color: rgb(169,196,7); }
div.DivClassName
{
background-color: #A9C407;
}
.BgClassName
{
background-color: #A9C407;
}
</style>
border-color css
<style>
span { border-color: #A9C407; }
span { border-color: rgb(169,196,7); }
td.TdClassName
{
border-color: #A9C407;
}
.TagClassName
{
border-color: #A9C407;
}
</style>