Shades of Citrus #A8C702
Tints of Citrus #A8C702
RGB
CMYK
RGB Variations
Color information
#A8C702 (or 0xA8C702) is known color: Citrus. HEX triplet: A8, C7 and 02. RGB value is (168,199,2). Sum of RGB (Red+Green+Blue) = 168+199+2=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C702 is #5738FD. Grayscale: #A8A8A8. Windows color (decimal): -5716222 or 182184. OLE color: 182184.
HSL color Cylindrical-coordinate representation of color #A8C702: hue angle of 69.44º degrees, saturation: 0.98, 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 #A8C702 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.22 |
| HSL | 69.44º | 0.98% | 0.39% | - |
| HSV(B) | 69.44º | 0.99% | 0.78% | - |
| XYZ | 36.58 | 49.18 | 7.62 | - |
| YUV | 167.27 | 34.73 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 2 | 0.16 | 0 | 0.99 | 0.22 | 69.44 | 0.98 | 0.39 |
| Hex | A8 | C7 | 2 | 10 | 0 | 63 | 16 | 45 | 62 | 27 |
| Octal | 250 | 307 | 2 | 20 | 0 | 143 | 26 | 105 | 142 | 47 |
| Binary | 10101000 | 11000111 | 10 | 10000 | 0 | 1100011 | 10110 | 1000101 | 1100010 | 100111 |
Color Harmonies of #A8C702
Complementary color
Monochromatic Colors of #A8C702
Black with #A8C702
Text Example
Text Example
White with #A8C702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C702; }
p { color: rgb(168,199,2); }
H1.HeaderClassName
{
color: #A8C702;
}
.AnyTagClassName
{
color: #A8C702;
}
</style>
background-color css
<style>
a { background-color: #A8C702; }
a { background-color: rgb(168,199,2); }
div.DivClassName
{
background-color: #A8C702;
}
.BgClassName
{
background-color: #A8C702;
}
</style>
border-color css
<style>
span { border-color: #A8C702; }
span { border-color: rgb(168,199,2); }
td.TdClassName
{
border-color: #A8C702;
}
.TagClassName
{
border-color: #A8C702;
}
</style>