Shades of Citrus #A8CF03
Tints of Citrus #A8CF03
RGB
CMYK
RGB Variations
Color information
#A8CF03 (or 0xA8CF03) is known color: Citrus. HEX triplet: A8, CF and 03. RGB value is (168,207,3). Sum of RGB (Red+Green+Blue) = 168+207+3=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CF03 is #5730FC. Grayscale: #ACACAC. Windows color (decimal): -5714173 or 249768. OLE color: 249768.
HSL color Cylindrical-coordinate representation of color #A8CF03: hue angle of 71.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8CF03 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 3 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.19 |
| HSL | 71.47º | 0.97% | 0.41% | - |
| HSV(B) | 71.47º | 0.99% | 0.81% | - |
| XYZ | 38.48 | 52.96 | 8.28 | - |
| YUV | 172.08 | 32.58 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 3 | 0.19 | 0 | 0.99 | 0.19 | 71.47 | 0.97 | 0.41 |
| Hex | A8 | CF | 3 | 13 | 0 | 63 | 13 | 47 | 61 | 29 |
| Octal | 250 | 317 | 3 | 23 | 0 | 143 | 23 | 107 | 141 | 51 |
| Binary | 10101000 | 11001111 | 11 | 10011 | 0 | 1100011 | 10011 | 1000111 | 1100001 | 101001 |
Color Harmonies of #A8CF03
Complementary color
Monochromatic Colors of #A8CF03
Black with #A8CF03
Text Example
Text Example
White with #A8CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF03; }
p { color: rgb(168,207,3); }
H1.HeaderClassName
{
color: #A8CF03;
}
.AnyTagClassName
{
color: #A8CF03;
}
</style>
background-color css
<style>
a { background-color: #A8CF03; }
a { background-color: rgb(168,207,3); }
div.DivClassName
{
background-color: #A8CF03;
}
.BgClassName
{
background-color: #A8CF03;
}
</style>
border-color css
<style>
span { border-color: #A8CF03; }
span { border-color: rgb(168,207,3); }
td.TdClassName
{
border-color: #A8CF03;
}
.TagClassName
{
border-color: #A8CF03;
}
</style>