Shades of Citrus #A7C605
Tints of Citrus #A7C605
RGB
CMYK
RGB Variations
Color information
#A7C605 (or 0xA7C605) is known color: Citrus. HEX triplet: A7, C6 and 05. RGB value is (167,198,5). Sum of RGB (Red+Green+Blue) = 167+198+5=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C605 is #5839FA. Grayscale: #A7A7A7. Windows color (decimal): -5782011 or 378535. OLE color: 378535.
HSL color Cylindrical-coordinate representation of color #A7C605: hue angle of 69.64º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7C605 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 198 | 5 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.22 |
| HSL | 69.64º | 0.95% | 0.4% | - |
| HSV(B) | 69.64º | 0.97% | 0.78% | - |
| XYZ | 36.16 | 48.61 | 7.62 | - |
| YUV | 166.73 | 36.73 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 198 | 5 | 0.16 | 0 | 0.97 | 0.22 | 69.64 | 0.95 | 0.4 |
| Hex | A7 | C6 | 5 | 10 | 0 | 61 | 16 | 46 | 5F | 28 |
| Octal | 247 | 306 | 5 | 20 | 0 | 141 | 26 | 106 | 137 | 50 |
| Binary | 10100111 | 11000110 | 101 | 10000 | 0 | 1100001 | 10110 | 1000110 | 1011111 | 101000 |
Color Harmonies of #A7C605
Complementary color
Monochromatic Colors of #A7C605
Black with #A7C605
Text Example
Text Example
White with #A7C605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C605; }
p { color: rgb(167,198,5); }
H1.HeaderClassName
{
color: #A7C605;
}
.AnyTagClassName
{
color: #A7C605;
}
</style>
background-color css
<style>
a { background-color: #A7C605; }
a { background-color: rgb(167,198,5); }
div.DivClassName
{
background-color: #A7C605;
}
.BgClassName
{
background-color: #A7C605;
}
</style>
border-color css
<style>
span { border-color: #A7C605; }
span { border-color: rgb(167,198,5); }
td.TdClassName
{
border-color: #A7C605;
}
.TagClassName
{
border-color: #A7C605;
}
</style>