Shades of Citrus #A7C301
Tints of Citrus #A7C301
RGB
CMYK
RGB Variations
Color information
#A7C301 (or 0xA7C301) is known color: Citrus. HEX triplet: A7, C3 and 01. RGB value is (167,195,1). Sum of RGB (Red+Green+Blue) = 167+195+1=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C301 is #583CFE. Grayscale: #A5A5A5. Windows color (decimal): -5782783 or 115623. OLE color: 115623.
HSL color Cylindrical-coordinate representation of color #A7C301: hue angle of 68.66º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7C301 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 195 | 1 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.24 |
| HSL | 68.66º | 0.99% | 0.38% | - |
| HSV(B) | 68.66º | 0.99% | 0.76% | - |
| XYZ | 35.46 | 47.25 | 7.28 | - |
| YUV | 164.51 | 35.72 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 1 | 0.14 | 0 | 0.99 | 0.24 | 68.66 | 0.99 | 0.38 |
| Hex | A7 | C3 | 1 | E | 0 | 63 | 18 | 45 | 63 | 26 |
| Octal | 247 | 303 | 1 | 16 | 0 | 143 | 30 | 105 | 143 | 46 |
| Binary | 10100111 | 11000011 | 1 | 1110 | 0 | 1100011 | 11000 | 1000101 | 1100011 | 100110 |
Color Harmonies of #A7C301
Complementary color
Monochromatic Colors of #A7C301
Black with #A7C301
Text Example
Text Example
White with #A7C301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C301; }
p { color: rgb(167,195,1); }
H1.HeaderClassName
{
color: #A7C301;
}
.AnyTagClassName
{
color: #A7C301;
}
</style>
background-color css
<style>
a { background-color: #A7C301; }
a { background-color: rgb(167,195,1); }
div.DivClassName
{
background-color: #A7C301;
}
.BgClassName
{
background-color: #A7C301;
}
</style>
border-color css
<style>
span { border-color: #A7C301; }
span { border-color: rgb(167,195,1); }
td.TdClassName
{
border-color: #A7C301;
}
.TagClassName
{
border-color: #A7C301;
}
</style>