Shades of Citrus #A7C600
Tints of Citrus #A7C600
RGB
CMYK
RGB Variations
Color information
#A7C600 (or 0xA7C600) is known color: Citrus. HEX triplet: A7, C6 and 00. RGB value is (167,198,0). Sum of RGB (Red+Green+Blue) = 167+198+0=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 198 (77.73% from 255 or 54.25% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C600 is #5839FF. Grayscale: #A6A6A6. Windows color (decimal): -5782016 or 50855. OLE color: 50855.
HSL color Cylindrical-coordinate representation of color #A7C600: hue angle of 69.39º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7C600 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 198 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.22 |
| HSL | 69.39º | 1% | 0.39% | - |
| HSV(B) | 69.39º | 1% | 0.78% | - |
| XYZ | 36.13 | 48.6 | 7.48 | - |
| YUV | 166.16 | 34.23 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 198 | 0 | 0.16 | 0 | 1 | 0.22 | 69.39 | 1 | 0.39 |
| Hex | A7 | C6 | 0 | 10 | 0 | 64 | 16 | 45 | 64 | 27 |
| Octal | 247 | 306 | 0 | 20 | 0 | 144 | 26 | 105 | 144 | 47 |
| Binary | 10100111 | 11000110 | 0 | 10000 | 0 | 1100100 | 10110 | 1000101 | 1100100 | 100111 |
Color Harmonies of #A7C600
Complementary color
Monochromatic Colors of #A7C600
Black with #A7C600
Text Example
Text Example
White with #A7C600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C600; }
p { color: rgb(167,198,0); }
H1.HeaderClassName
{
color: #A7C600;
}
.AnyTagClassName
{
color: #A7C600;
}
</style>
background-color css
<style>
a { background-color: #A7C600; }
a { background-color: rgb(167,198,0); }
div.DivClassName
{
background-color: #A7C600;
}
.BgClassName
{
background-color: #A7C600;
}
</style>
border-color css
<style>
span { border-color: #A7C600; }
span { border-color: rgb(167,198,0); }
td.TdClassName
{
border-color: #A7C600;
}
.TagClassName
{
border-color: #A7C600;
}
</style>