Shades of Citrus #A8C201
Tints of Citrus #A8C201
RGB
CMYK
RGB Variations
Color information
#A8C201 (or 0xA8C201) is known color: Citrus. HEX triplet: A8, C2 and 01. RGB value is (168,194,1). Sum of RGB (Red+Green+Blue) = 168+194+1=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C201 is #573DFE. Grayscale: #A4A4A4. Windows color (decimal): -5717503 or 115368. OLE color: 115368.
HSL color Cylindrical-coordinate representation of color #A8C201: hue angle of 68.08º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8C201 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
RGB | 168 | 194 | 1 | - |
CMYK | 0.13 | 0 | 0.99 | 0.24 |
HSL | 68.08º | 0.99% | 0.38% | - |
HSV(B) | 68.08º | 0.99% | 0.76% | - |
XYZ | 35.45 | 46.91 | 7.22 | - |
YUV | 164.22 | 35.89 | 130.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 194 | 1 | 0.13 | 0 | 0.99 | 0.24 | 68.08 | 0.99 | 0.38 |
Hex | A8 | C2 | 1 | D | 0 | 63 | 18 | 44 | 63 | 26 |
Octal | 250 | 302 | 1 | 15 | 0 | 143 | 30 | 104 | 143 | 46 |
Binary | 10101000 | 11000010 | 1 | 1101 | 0 | 1100011 | 11000 | 1000100 | 1100011 | 100110 |
Color Harmonies of #A8C201
Complementary color
Monochromatic Colors of #A8C201
Black with #A8C201
Text Example
Text Example
White with #A8C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C201; }
p { color: rgb(168,194,1); }
H1.HeaderClassName
{
color: #A8C201;
}
.AnyTagClassName
{
color: #A8C201;
}
</style>
background-color css
<style>
a { background-color: #A8C201; }
a { background-color: rgb(168,194,1); }
div.DivClassName
{
background-color: #A8C201;
}
.BgClassName
{
background-color: #A8C201;
}
</style>
border-color css
<style>
span { border-color: #A8C201; }
span { border-color: rgb(168,194,1); }
td.TdClassName
{
border-color: #A8C201;
}
.TagClassName
{
border-color: #A8C201;
}
</style>