Shades of Citrus #A7C00A
Tints of Citrus #A7C00A
RGB
CMYK
RGB Variations
Color information
#A7C00A (or 0xA7C00A) is known color: Citrus. HEX triplet: A7, C0 and 0A. RGB value is (167,192,10). Sum of RGB (Red+Green+Blue) = 167+192+10=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C00A is #583FF5. Grayscale: #A4A4A4. Windows color (decimal): -5783542 or 704679. OLE color: 704679.
HSL color Cylindrical-coordinate representation of color #A7C00A: hue angle of 68.24º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7C00A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 10 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.25 |
| HSL | 68.24º | 0.9% | 0.4% | - |
| HSV(B) | 68.24º | 0.95% | 0.75% | - |
| XYZ | 34.84 | 45.94 | 7.32 | - |
| YUV | 163.78 | 41.22 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 10 | 0.13 | 0 | 0.95 | 0.25 | 68.24 | 0.9 | 0.4 |
| Hex | A7 | C0 | A | D | 0 | 5F | 19 | 44 | 5A | 28 |
| Octal | 247 | 300 | 12 | 15 | 0 | 137 | 31 | 104 | 132 | 50 |
| Binary | 10100111 | 11000000 | 1010 | 1101 | 0 | 1011111 | 11001 | 1000100 | 1011010 | 101000 |
Color Harmonies of #A7C00A
Complementary color
Monochromatic Colors of #A7C00A
Black with #A7C00A
Text Example
Text Example
White with #A7C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C00A; }
p { color: rgb(167,192,10); }
H1.HeaderClassName
{
color: #A7C00A;
}
.AnyTagClassName
{
color: #A7C00A;
}
</style>
background-color css
<style>
a { background-color: #A7C00A; }
a { background-color: rgb(167,192,10); }
div.DivClassName
{
background-color: #A7C00A;
}
.BgClassName
{
background-color: #A7C00A;
}
</style>
border-color css
<style>
span { border-color: #A7C00A; }
span { border-color: rgb(167,192,10); }
td.TdClassName
{
border-color: #A7C00A;
}
.TagClassName
{
border-color: #A7C00A;
}
</style>