Shades of Citrus #A8C801
Tints of Citrus #A8C801
RGB
CMYK
RGB Variations
Color information
#A8C801 (or 0xA8C801) is known color: Citrus. HEX triplet: A8, C8 and 01. RGB value is (168,200,1). Sum of RGB (Red+Green+Blue) = 168+200+1=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C801 is #5737FE. Grayscale: #A8A8A8. Windows color (decimal): -5715967 or 116904. OLE color: 116904.
HSL color Cylindrical-coordinate representation of color #A8C801: hue angle of 69.65º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8C801 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.22 |
| HSL | 69.65º | 0.99% | 0.39% | - |
| HSV(B) | 69.65º | 1% | 0.78% | - |
| XYZ | 36.81 | 49.64 | 7.67 | - |
| YUV | 167.75 | 33.9 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 1 | 0.16 | 0 | 1.00 | 0.22 | 69.65 | 0.99 | 0.39 |
| Hex | A8 | C8 | 1 | 10 | 0 | 64 | 16 | 46 | 63 | 27 |
| Octal | 250 | 310 | 1 | 20 | 0 | 144 | 26 | 106 | 143 | 47 |
| Binary | 10101000 | 11001000 | 1 | 10000 | 0 | 1100100 | 10110 | 1000110 | 1100011 | 100111 |
Color Harmonies of #A8C801
Complementary color
Monochromatic Colors of #A8C801
Black with #A8C801
Text Example
Text Example
White with #A8C801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C801; }
p { color: rgb(168,200,1); }
H1.HeaderClassName
{
color: #A8C801;
}
.AnyTagClassName
{
color: #A8C801;
}
</style>
background-color css
<style>
a { background-color: #A8C801; }
a { background-color: rgb(168,200,1); }
div.DivClassName
{
background-color: #A8C801;
}
.BgClassName
{
background-color: #A8C801;
}
</style>
border-color css
<style>
span { border-color: #A8C801; }
span { border-color: rgb(168,200,1); }
td.TdClassName
{
border-color: #A8C801;
}
.TagClassName
{
border-color: #A8C801;
}
</style>