Shades of Citrus #A7C001
Tints of Citrus #A7C001
RGB
CMYK
RGB Variations
Color information
#A7C001 (or 0xA7C001) is known color: Citrus. HEX triplet: A7, C0 and 01. RGB value is (167,192,1). Sum of RGB (Red+Green+Blue) = 167+192+1=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C001 is #583FFE. Grayscale: #A3A3A3. Windows color (decimal): -5783551 or 114855. OLE color: 114855.
HSL color Cylindrical-coordinate representation of color #A7C001: hue angle of 67.85º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7C001 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.25 |
| HSL | 67.85º | 0.99% | 0.38% | - |
| HSV(B) | 67.85º | 0.99% | 0.75% | - |
| XYZ | 34.79 | 45.92 | 7.06 | - |
| YUV | 162.75 | 36.72 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 1 | 0.13 | 0 | 0.99 | 0.25 | 67.85 | 0.99 | 0.38 |
| Hex | A7 | C0 | 1 | D | 0 | 63 | 19 | 44 | 63 | 26 |
| Octal | 247 | 300 | 1 | 15 | 0 | 143 | 31 | 104 | 143 | 46 |
| Binary | 10100111 | 11000000 | 1 | 1101 | 0 | 1100011 | 11001 | 1000100 | 1100011 | 100110 |
Color Harmonies of #A7C001
Complementary color
Monochromatic Colors of #A7C001
Black with #A7C001
Text Example
Text Example
White with #A7C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C001; }
p { color: rgb(167,192,1); }
H1.HeaderClassName
{
color: #A7C001;
}
.AnyTagClassName
{
color: #A7C001;
}
</style>
background-color css
<style>
a { background-color: #A7C001; }
a { background-color: rgb(167,192,1); }
div.DivClassName
{
background-color: #A7C001;
}
.BgClassName
{
background-color: #A7C001;
}
</style>
border-color css
<style>
span { border-color: #A7C001; }
span { border-color: rgb(167,192,1); }
td.TdClassName
{
border-color: #A7C001;
}
.TagClassName
{
border-color: #A7C001;
}
</style>