Shades of Citrus #A8C408
Tints of Citrus #A8C408
RGB
CMYK
RGB Variations
Color information
#A8C408 (or 0xA8C408) is known color: Citrus. HEX triplet: A8, C4 and 08. RGB value is (168,196,8). Sum of RGB (Red+Green+Blue) = 168+196+8=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C408 is #573BF7. Grayscale: #A6A6A6. Windows color (decimal): -5716984 or 574632. OLE color: 574632.
HSL color Cylindrical-coordinate representation of color #A8C408: hue angle of 68.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8C408 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 8 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.23 |
| HSL | 68.94º | 0.92% | 0.4% | - |
| HSV(B) | 68.94º | 0.96% | 0.77% | - |
| XYZ | 35.93 | 47.82 | 7.57 | - |
| YUV | 166.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 8 | 0.14 | 0 | 0.96 | 0.23 | 68.94 | 0.92 | 0.4 |
| Hex | A8 | C4 | 8 | E | 0 | 60 | 17 | 45 | 5C | 28 |
| Octal | 250 | 304 | 10 | 16 | 0 | 140 | 27 | 105 | 134 | 50 |
| Binary | 10101000 | 11000100 | 1000 | 1110 | 0 | 1100000 | 10111 | 1000101 | 1011100 | 101000 |
Color Harmonies of #A8C408
Complementary color
Monochromatic Colors of #A8C408
Black with #A8C408
Text Example
Text Example
White with #A8C408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C408; }
p { color: rgb(168,196,8); }
H1.HeaderClassName
{
color: #A8C408;
}
.AnyTagClassName
{
color: #A8C408;
}
</style>
background-color css
<style>
a { background-color: #A8C408; }
a { background-color: rgb(168,196,8); }
div.DivClassName
{
background-color: #A8C408;
}
.BgClassName
{
background-color: #A8C408;
}
</style>
border-color css
<style>
span { border-color: #A8C408; }
span { border-color: rgb(168,196,8); }
td.TdClassName
{
border-color: #A8C408;
}
.TagClassName
{
border-color: #A8C408;
}
</style>