Shades of Citrus #A4C507
Tints of Citrus #A4C507
RGB
CMYK
RGB Variations
Color information
#A4C507 (or 0xA4C507) is known color: Citrus. HEX triplet: A4, C5 and 07. RGB value is (164,197,7). Sum of RGB (Red+Green+Blue) = 164+197+7=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C507 is #5B3AF8. Grayscale: #A6A6A6. Windows color (decimal): -5978873 or 509348. OLE color: 509348.
HSL color Cylindrical-coordinate representation of color #A4C507: hue angle of 70.42º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4C507 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 7 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.23 |
| HSL | 70.42º | 0.93% | 0.4% | - |
| HSV(B) | 70.42º | 0.96% | 0.77% | - |
| XYZ | 35.31 | 47.84 | 7.57 | - |
| YUV | 165.47 | 38.57 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 7 | 0.17 | 0 | 0.96 | 0.23 | 70.42 | 0.93 | 0.4 |
| Hex | A4 | C5 | 7 | 11 | 0 | 60 | 17 | 46 | 5D | 28 |
| Octal | 244 | 305 | 7 | 21 | 0 | 140 | 27 | 106 | 135 | 50 |
| Binary | 10100100 | 11000101 | 111 | 10001 | 0 | 1100000 | 10111 | 1000110 | 1011101 | 101000 |
Color Harmonies of #A4C507
Complementary color
Monochromatic Colors of #A4C507
Black with #A4C507
Text Example
Text Example
White with #A4C507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C507; }
p { color: rgb(164,197,7); }
H1.HeaderClassName
{
color: #A4C507;
}
.AnyTagClassName
{
color: #A4C507;
}
</style>
background-color css
<style>
a { background-color: #A4C507; }
a { background-color: rgb(164,197,7); }
div.DivClassName
{
background-color: #A4C507;
}
.BgClassName
{
background-color: #A4C507;
}
</style>
border-color css
<style>
span { border-color: #A4C507; }
span { border-color: rgb(164,197,7); }
td.TdClassName
{
border-color: #A4C507;
}
.TagClassName
{
border-color: #A4C507;
}
</style>