Shades of Citrus #A8BF0A
Tints of Citrus #A8BF0A
RGB
CMYK
RGB Variations
Color information
#A8BF0A (or 0xA8BF0A) is known color: Citrus. HEX triplet: A8, BF and 0A. RGB value is (168,191,10). Sum of RGB (Red+Green+Blue) = 168+191+10=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BF0A is #5740F5. Grayscale: #A4A4A4. Windows color (decimal): -5718262 or 704424. OLE color: 704424.
HSL color Cylindrical-coordinate representation of color #A8BF0A: hue angle of 67.62º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8BF0A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 10 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.25 |
| HSL | 67.62º | 0.9% | 0.39% | - |
| HSV(B) | 67.62º | 0.95% | 0.75% | - |
| XYZ | 34.83 | 45.61 | 7.25 | - |
| YUV | 163.49 | 41.38 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 10 | 0.12 | 0 | 0.95 | 0.25 | 67.62 | 0.9 | 0.39 |
| Hex | A8 | BF | A | C | 0 | 5F | 19 | 44 | 5A | 27 |
| Octal | 250 | 277 | 12 | 14 | 0 | 137 | 31 | 104 | 132 | 47 |
| Binary | 10101000 | 10111111 | 1010 | 1100 | 0 | 1011111 | 11001 | 1000100 | 1011010 | 100111 |
Color Harmonies of #A8BF0A
Complementary color
Monochromatic Colors of #A8BF0A
Black with #A8BF0A
Text Example
Text Example
White with #A8BF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF0A; }
p { color: rgb(168,191,10); }
H1.HeaderClassName
{
color: #A8BF0A;
}
.AnyTagClassName
{
color: #A8BF0A;
}
</style>
background-color css
<style>
a { background-color: #A8BF0A; }
a { background-color: rgb(168,191,10); }
div.DivClassName
{
background-color: #A8BF0A;
}
.BgClassName
{
background-color: #A8BF0A;
}
</style>
border-color css
<style>
span { border-color: #A8BF0A; }
span { border-color: rgb(168,191,10); }
td.TdClassName
{
border-color: #A8BF0A;
}
.TagClassName
{
border-color: #A8BF0A;
}
</style>