Shades of Citrus #A7C808
Tints of Citrus #A7C808
RGB
CMYK
RGB Variations
Color information
#A7C808 (or 0xA7C808) is known color: Citrus. HEX triplet: A7, C8 and 08. RGB value is (167,200,8). Sum of RGB (Red+Green+Blue) = 167+200+8=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C808 is #5837F7. Grayscale: #A8A8A8. Windows color (decimal): -5781496 or 575655. OLE color: 575655.
HSL color Cylindrical-coordinate representation of color #A7C808: hue angle of 70.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7C808 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 200 | 8 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.22 |
| HSL | 70.31º | 0.92% | 0.41% | - |
| HSV(B) | 70.31º | 0.96% | 0.78% | - |
| XYZ | 36.63 | 49.54 | 7.86 | - |
| YUV | 168.25 | 37.57 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 200 | 8 | 0.16 | 0 | 0.96 | 0.22 | 70.31 | 0.92 | 0.41 |
| Hex | A7 | C8 | 8 | 10 | 0 | 60 | 16 | 46 | 5C | 29 |
| Octal | 247 | 310 | 10 | 20 | 0 | 140 | 26 | 106 | 134 | 51 |
| Binary | 10100111 | 11001000 | 1000 | 10000 | 0 | 1100000 | 10110 | 1000110 | 1011100 | 101001 |
Color Harmonies of #A7C808
Complementary color
Monochromatic Colors of #A7C808
Black with #A7C808
Text Example
Text Example
White with #A7C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C808; }
p { color: rgb(167,200,8); }
H1.HeaderClassName
{
color: #A7C808;
}
.AnyTagClassName
{
color: #A7C808;
}
</style>
background-color css
<style>
a { background-color: #A7C808; }
a { background-color: rgb(167,200,8); }
div.DivClassName
{
background-color: #A7C808;
}
.BgClassName
{
background-color: #A7C808;
}
</style>
border-color css
<style>
span { border-color: #A7C808; }
span { border-color: rgb(167,200,8); }
td.TdClassName
{
border-color: #A7C808;
}
.TagClassName
{
border-color: #A7C808;
}
</style>