Shades of Citrus #A8C403
Tints of Citrus #A8C403
RGB
CMYK
RGB Variations
Color information
#A8C403 (or 0xA8C403) is known color: Citrus. HEX triplet: A8, C4 and 03. RGB value is (168,196,3). Sum of RGB (Red+Green+Blue) = 168+196+3=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C403 is #573BFC. Grayscale: #A6A6A6. Windows color (decimal): -5716989 or 246952. OLE color: 246952.
HSL color Cylindrical-coordinate representation of color #A8C403: hue angle of 68.7º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8C403 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 3 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.23 |
| HSL | 68.7º | 0.97% | 0.39% | - |
| HSV(B) | 68.7º | 0.98% | 0.77% | - |
| XYZ | 35.9 | 47.81 | 7.42 | - |
| YUV | 165.63 | 36.22 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 3 | 0.14 | 0 | 0.98 | 0.23 | 68.7 | 0.97 | 0.39 |
| Hex | A8 | C4 | 3 | E | 0 | 62 | 17 | 45 | 61 | 27 |
| Octal | 250 | 304 | 3 | 16 | 0 | 142 | 27 | 105 | 141 | 47 |
| Binary | 10101000 | 11000100 | 11 | 1110 | 0 | 1100010 | 10111 | 1000101 | 1100001 | 100111 |
Color Harmonies of #A8C403
Complementary color
Monochromatic Colors of #A8C403
Black with #A8C403
Text Example
Text Example
White with #A8C403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C403; }
p { color: rgb(168,196,3); }
H1.HeaderClassName
{
color: #A8C403;
}
.AnyTagClassName
{
color: #A8C403;
}
</style>
background-color css
<style>
a { background-color: #A8C403; }
a { background-color: rgb(168,196,3); }
div.DivClassName
{
background-color: #A8C403;
}
.BgClassName
{
background-color: #A8C403;
}
</style>
border-color css
<style>
span { border-color: #A8C403; }
span { border-color: rgb(168,196,3); }
td.TdClassName
{
border-color: #A8C403;
}
.TagClassName
{
border-color: #A8C403;
}
</style>