Shades of Citrus #A8BF07
Tints of Citrus #A8BF07
RGB
CMYK
RGB Variations
Color information
#A8BF07 (or 0xA8BF07) is known color: Citrus. HEX triplet: A8, BF and 07. RGB value is (168,191,7). Sum of RGB (Red+Green+Blue) = 168+191+7=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BF07 is #5740F8. Grayscale: #A3A3A3. Windows color (decimal): -5718265 or 507816. OLE color: 507816.
HSL color Cylindrical-coordinate representation of color #A8BF07: hue angle of 67.5º 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 #A8BF07 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.25 |
| HSL | 67.5º | 0.93% | 0.39% | - |
| HSV(B) | 67.5º | 0.96% | 0.75% | - |
| XYZ | 34.82 | 45.6 | 7.17 | - |
| YUV | 163.15 | 39.88 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 7 | 0.12 | 0 | 0.96 | 0.25 | 67.5 | 0.93 | 0.39 |
| Hex | A8 | BF | 7 | C | 0 | 60 | 19 | 44 | 5D | 27 |
| Octal | 250 | 277 | 7 | 14 | 0 | 140 | 31 | 104 | 135 | 47 |
| Binary | 10101000 | 10111111 | 111 | 1100 | 0 | 1100000 | 11001 | 1000100 | 1011101 | 100111 |
Color Harmonies of #A8BF07
Complementary color
Monochromatic Colors of #A8BF07
Black with #A8BF07
Text Example
Text Example
White with #A8BF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF07; }
p { color: rgb(168,191,7); }
H1.HeaderClassName
{
color: #A8BF07;
}
.AnyTagClassName
{
color: #A8BF07;
}
</style>
background-color css
<style>
a { background-color: #A8BF07; }
a { background-color: rgb(168,191,7); }
div.DivClassName
{
background-color: #A8BF07;
}
.BgClassName
{
background-color: #A8BF07;
}
</style>
border-color css
<style>
span { border-color: #A8BF07; }
span { border-color: rgb(168,191,7); }
td.TdClassName
{
border-color: #A8BF07;
}
.TagClassName
{
border-color: #A8BF07;
}
</style>