Shades of Citrus #A8C601
Tints of Citrus #A8C601
RGB
CMYK
RGB Variations
Color information
#A8C601 (or 0xA8C601) is known color: Citrus. HEX triplet: A8, C6 and 01. RGB value is (168,198,1). Sum of RGB (Red+Green+Blue) = 168+198+1=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 198 (77.73% from 255 or 53.95% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C601 is #5739FE. Grayscale: #A7A7A7. Windows color (decimal): -5716479 or 116392. OLE color: 116392.
HSL color Cylindrical-coordinate representation of color #A8C601: hue angle of 69.14º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8C601 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.22 |
| HSL | 69.14º | 0.99% | 0.39% | - |
| HSV(B) | 69.14º | 0.99% | 0.78% | - |
| XYZ | 36.35 | 48.72 | 7.52 | - |
| YUV | 166.57 | 34.56 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 1 | 0.15 | 0 | 0.99 | 0.22 | 69.14 | 0.99 | 0.39 |
| Hex | A8 | C6 | 1 | F | 0 | 63 | 16 | 45 | 63 | 27 |
| Octal | 250 | 306 | 1 | 17 | 0 | 143 | 26 | 105 | 143 | 47 |
| Binary | 10101000 | 11000110 | 1 | 1111 | 0 | 1100011 | 10110 | 1000101 | 1100011 | 100111 |
Color Harmonies of #A8C601
Complementary color
Monochromatic Colors of #A8C601
Black with #A8C601
Text Example
Text Example
White with #A8C601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C601; }
p { color: rgb(168,198,1); }
H1.HeaderClassName
{
color: #A8C601;
}
.AnyTagClassName
{
color: #A8C601;
}
</style>
background-color css
<style>
a { background-color: #A8C601; }
a { background-color: rgb(168,198,1); }
div.DivClassName
{
background-color: #A8C601;
}
.BgClassName
{
background-color: #A8C601;
}
</style>
border-color css
<style>
span { border-color: #A8C601; }
span { border-color: rgb(168,198,1); }
td.TdClassName
{
border-color: #A8C601;
}
.TagClassName
{
border-color: #A8C601;
}
</style>