Shades of Citrus #A7C005
Tints of Citrus #A7C005
RGB
CMYK
RGB Variations
Color information
#A7C005 (or 0xA7C005) is known color: Citrus. HEX triplet: A7, C0 and 05. RGB value is (167,192,5). Sum of RGB (Red+Green+Blue) = 167+192+5=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C005 is #583FFA. Grayscale: #A3A3A3. Windows color (decimal): -5783547 or 376999. OLE color: 376999.
HSL color Cylindrical-coordinate representation of color #A7C005: hue angle of 68.02º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7C005 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 5 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.25 |
| HSL | 68.02º | 0.95% | 0.39% | - |
| HSV(B) | 68.02º | 0.97% | 0.75% | - |
| XYZ | 34.81 | 45.93 | 7.17 | - |
| YUV | 163.21 | 38.72 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 5 | 0.13 | 0 | 0.97 | 0.25 | 68.02 | 0.95 | 0.39 |
| Hex | A7 | C0 | 5 | D | 0 | 61 | 19 | 44 | 5F | 27 |
| Octal | 247 | 300 | 5 | 15 | 0 | 141 | 31 | 104 | 137 | 47 |
| Binary | 10100111 | 11000000 | 101 | 1101 | 0 | 1100001 | 11001 | 1000100 | 1011111 | 100111 |
Color Harmonies of #A7C005
Complementary color
Monochromatic Colors of #A7C005
Black with #A7C005
Text Example
Text Example
White with #A7C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C005; }
p { color: rgb(167,192,5); }
H1.HeaderClassName
{
color: #A7C005;
}
.AnyTagClassName
{
color: #A7C005;
}
</style>
background-color css
<style>
a { background-color: #A7C005; }
a { background-color: rgb(167,192,5); }
div.DivClassName
{
background-color: #A7C005;
}
.BgClassName
{
background-color: #A7C005;
}
</style>
border-color css
<style>
span { border-color: #A7C005; }
span { border-color: rgb(167,192,5); }
td.TdClassName
{
border-color: #A7C005;
}
.TagClassName
{
border-color: #A7C005;
}
</style>