Shades of Citrus #A7C00E
Tints of Citrus #A7C00E
RGB
CMYK
RGB Variations
Color information
#A7C00E (or 0xA7C00E) is known color: Citrus. HEX triplet: A7, C0 and 0E. RGB value is (167,192,14). Sum of RGB (Red+Green+Blue) = 167+192+14=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C00E is #583FF1. Grayscale: #A4A4A4. Windows color (decimal): -5783538 or 966823. OLE color: 966823.
HSL color Cylindrical-coordinate representation of color #A7C00E: hue angle of 68.43º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7C00E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 14 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.25 |
| HSL | 68.43º | 0.86% | 0.4% | - |
| HSV(B) | 68.43º | 0.93% | 0.75% | - |
| XYZ | 34.87 | 45.95 | 7.45 | - |
| YUV | 164.23 | 43.22 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 14 | 0.13 | 0 | 0.93 | 0.25 | 68.43 | 0.86 | 0.4 |
| Hex | A7 | C0 | E | D | 0 | 5D | 19 | 44 | 56 | 28 |
| Octal | 247 | 300 | 16 | 15 | 0 | 135 | 31 | 104 | 126 | 50 |
| Binary | 10100111 | 11000000 | 1110 | 1101 | 0 | 1011101 | 11001 | 1000100 | 1010110 | 101000 |
Color Harmonies of #A7C00E
Complementary color
Monochromatic Colors of #A7C00E
Black with #A7C00E
Text Example
Text Example
White with #A7C00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C00E; }
p { color: rgb(167,192,14); }
H1.HeaderClassName
{
color: #A7C00E;
}
.AnyTagClassName
{
color: #A7C00E;
}
</style>
background-color css
<style>
a { background-color: #A7C00E; }
a { background-color: rgb(167,192,14); }
div.DivClassName
{
background-color: #A7C00E;
}
.BgClassName
{
background-color: #A7C00E;
}
</style>
border-color css
<style>
span { border-color: #A7C00E; }
span { border-color: rgb(167,192,14); }
td.TdClassName
{
border-color: #A7C00E;
}
.TagClassName
{
border-color: #A7C00E;
}
</style>