Shades of Citrus #A7C200
Tints of Citrus #A7C200
RGB
CMYK
RGB Variations
Color information
#A7C200 (or 0xA7C200) is known color: Citrus. HEX triplet: A7, C2 and 00. RGB value is (167,194,0). Sum of RGB (Red+Green+Blue) = 167+194+0=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C200 is #583DFF. Grayscale: #A4A4A4. Windows color (decimal): -5783040 or 49831. OLE color: 49831.
HSL color Cylindrical-coordinate representation of color #A7C200: hue angle of 68.35º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7C200 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 194 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.24 |
| HSL | 68.35º | 1% | 0.38% | - |
| HSV(B) | 68.35º | 1% | 0.76% | - |
| XYZ | 35.23 | 46.8 | 7.18 | - |
| YUV | 163.81 | 35.55 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 194 | 0 | 0.14 | 0 | 1 | 0.24 | 68.35 | 1 | 0.38 |
| Hex | A7 | C2 | 0 | E | 0 | 64 | 18 | 44 | 64 | 26 |
| Octal | 247 | 302 | 0 | 16 | 0 | 144 | 30 | 104 | 144 | 46 |
| Binary | 10100111 | 11000010 | 0 | 1110 | 0 | 1100100 | 11000 | 1000100 | 1100100 | 100110 |
Color Harmonies of #A7C200
Complementary color
Monochromatic Colors of #A7C200
Black with #A7C200
Text Example
Text Example
White with #A7C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C200; }
p { color: rgb(167,194,0); }
H1.HeaderClassName
{
color: #A7C200;
}
.AnyTagClassName
{
color: #A7C200;
}
</style>
background-color css
<style>
a { background-color: #A7C200; }
a { background-color: rgb(167,194,0); }
div.DivClassName
{
background-color: #A7C200;
}
.BgClassName
{
background-color: #A7C200;
}
</style>
border-color css
<style>
span { border-color: #A7C200; }
span { border-color: rgb(167,194,0); }
td.TdClassName
{
border-color: #A7C200;
}
.TagClassName
{
border-color: #A7C200;
}
</style>