Shades of Citrus #A8CC03
Tints of Citrus #A8CC03
RGB
CMYK
RGB Variations
Color information
#A8CC03 (or 0xA8CC03) is known color: Citrus. HEX triplet: A8, CC and 03. RGB value is (168,204,3). Sum of RGB (Red+Green+Blue) = 168+204+3=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CC03 is #5733FC. Grayscale: #ABABAB. Windows color (decimal): -5714941 or 249000. OLE color: 249000.
HSL color Cylindrical-coordinate representation of color #A8CC03: hue angle of 70.75º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8CC03 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.2 |
| HSL | 70.75º | 0.97% | 0.41% | - |
| HSV(B) | 70.75º | 0.99% | 0.8% | - |
| XYZ | 37.76 | 51.52 | 8.04 | - |
| YUV | 170.32 | 33.57 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 3 | 0.18 | 0 | 0.99 | 0.2 | 70.75 | 0.97 | 0.41 |
| Hex | A8 | CC | 3 | 12 | 0 | 63 | 14 | 47 | 61 | 29 |
| Octal | 250 | 314 | 3 | 22 | 0 | 143 | 24 | 107 | 141 | 51 |
| Binary | 10101000 | 11001100 | 11 | 10010 | 0 | 1100011 | 10100 | 1000111 | 1100001 | 101001 |
Color Harmonies of #A8CC03
Complementary color
Monochromatic Colors of #A8CC03
Black with #A8CC03
Text Example
Text Example
White with #A8CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC03; }
p { color: rgb(168,204,3); }
H1.HeaderClassName
{
color: #A8CC03;
}
.AnyTagClassName
{
color: #A8CC03;
}
</style>
background-color css
<style>
a { background-color: #A8CC03; }
a { background-color: rgb(168,204,3); }
div.DivClassName
{
background-color: #A8CC03;
}
.BgClassName
{
background-color: #A8CC03;
}
</style>
border-color css
<style>
span { border-color: #A8CC03; }
span { border-color: rgb(168,204,3); }
td.TdClassName
{
border-color: #A8CC03;
}
.TagClassName
{
border-color: #A8CC03;
}
</style>