Shades of Citrus #A8C401
Tints of Citrus #A8C401
RGB
CMYK
RGB Variations
Color information
#A8C401 (or 0xA8C401) is known color: Citrus. HEX triplet: A8, C4 and 01. RGB value is (168,196,1). Sum of RGB (Red+Green+Blue) = 168+196+1=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C401 is #573BFE. Grayscale: #A6A6A6. Windows color (decimal): -5716991 or 115880. OLE color: 115880.
HSL color Cylindrical-coordinate representation of color #A8C401: hue angle of 68.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8C401 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 1 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.23 |
| HSL | 68.62º | 0.99% | 0.39% | - |
| HSV(B) | 68.62º | 0.99% | 0.77% | - |
| XYZ | 35.89 | 47.81 | 7.36 | - |
| YUV | 165.4 | 35.22 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 1 | 0.14 | 0 | 0.99 | 0.23 | 68.62 | 0.99 | 0.39 |
| Hex | A8 | C4 | 1 | E | 0 | 63 | 17 | 45 | 63 | 27 |
| Octal | 250 | 304 | 1 | 16 | 0 | 143 | 27 | 105 | 143 | 47 |
| Binary | 10101000 | 11000100 | 1 | 1110 | 0 | 1100011 | 10111 | 1000101 | 1100011 | 100111 |
Color Harmonies of #A8C401
Complementary color
Monochromatic Colors of #A8C401
Black with #A8C401
Text Example
Text Example
White with #A8C401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C401; }
p { color: rgb(168,196,1); }
H1.HeaderClassName
{
color: #A8C401;
}
.AnyTagClassName
{
color: #A8C401;
}
</style>
background-color css
<style>
a { background-color: #A8C401; }
a { background-color: rgb(168,196,1); }
div.DivClassName
{
background-color: #A8C401;
}
.BgClassName
{
background-color: #A8C401;
}
</style>
border-color css
<style>
span { border-color: #A8C401; }
span { border-color: rgb(168,196,1); }
td.TdClassName
{
border-color: #A8C401;
}
.TagClassName
{
border-color: #A8C401;
}
</style>