Shades of Citrus #A8C007
Tints of Citrus #A8C007
RGB
CMYK
RGB Variations
Color information
#A8C007 (or 0xA8C007) is known color: Citrus. HEX triplet: A8, C0 and 07. RGB value is (168,192,7). Sum of RGB (Red+Green+Blue) = 168+192+7=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C007 is #573FF8. Grayscale: #A4A4A4. Windows color (decimal): -5718009 or 508072. OLE color: 508072.
HSL color Cylindrical-coordinate representation of color #A8C007: hue angle of 67.78º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8C007 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.25 |
| HSL | 67.78º | 0.93% | 0.39% | - |
| HSV(B) | 67.78º | 0.96% | 0.75% | - |
| XYZ | 35.04 | 46.04 | 7.24 | - |
| YUV | 163.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 7 | 0.12 | 0 | 0.96 | 0.25 | 67.78 | 0.93 | 0.39 |
| Hex | A8 | C0 | 7 | C | 0 | 60 | 19 | 44 | 5D | 27 |
| Octal | 250 | 300 | 7 | 14 | 0 | 140 | 31 | 104 | 135 | 47 |
| Binary | 10101000 | 11000000 | 111 | 1100 | 0 | 1100000 | 11001 | 1000100 | 1011101 | 100111 |
Color Harmonies of #A8C007
Complementary color
Monochromatic Colors of #A8C007
Black with #A8C007
Text Example
Text Example
White with #A8C007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C007; }
p { color: rgb(168,192,7); }
H1.HeaderClassName
{
color: #A8C007;
}
.AnyTagClassName
{
color: #A8C007;
}
</style>
background-color css
<style>
a { background-color: #A8C007; }
a { background-color: rgb(168,192,7); }
div.DivClassName
{
background-color: #A8C007;
}
.BgClassName
{
background-color: #A8C007;
}
</style>
border-color css
<style>
span { border-color: #A8C007; }
span { border-color: rgb(168,192,7); }
td.TdClassName
{
border-color: #A8C007;
}
.TagClassName
{
border-color: #A8C007;
}
</style>