Shades of Citrus #A1CD03
Tints of Citrus #A1CD03
RGB
CMYK
RGB Variations
Color information
#A1CD03 (or 0xA1CD03) is known color: Citrus. HEX triplet: A1, CD and 03. RGB value is (161,205,3). Sum of RGB (Red+Green+Blue) = 161+205+3=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CD03 is #5E32FC. Grayscale: #A9A9A9. Windows color (decimal): -6173437 or 249249. OLE color: 249249.
HSL color Cylindrical-coordinate representation of color #A1CD03: hue angle of 73.07º 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 #A1CD03 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.20 |
| HSL | 73.07º | 0.97% | 0.41% | - |
| HSV(B) | 73.07º | 0.99% | 0.8% | - |
| XYZ | 36.55 | 51.25 | 8.05 | - |
| YUV | 168.82 | 34.42 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 3 | 0.21 | 0 | 0.99 | 0.20 | 73.07 | 0.97 | 0.41 |
| Hex | A1 | CD | 3 | 15 | 0 | 63 | 14 | 49 | 61 | 29 |
| Octal | 241 | 315 | 3 | 25 | 0 | 143 | 24 | 111 | 141 | 51 |
| Binary | 10100001 | 11001101 | 11 | 10101 | 0 | 1100011 | 10100 | 1001001 | 1100001 | 101001 |
Color Harmonies of #A1CD03
Complementary color
Monochromatic Colors of #A1CD03
Black with #A1CD03
Text Example
Text Example
White with #A1CD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD03; }
p { color: rgb(161,205,3); }
H1.HeaderClassName
{
color: #A1CD03;
}
.AnyTagClassName
{
color: #A1CD03;
}
</style>
background-color css
<style>
a { background-color: #A1CD03; }
a { background-color: rgb(161,205,3); }
div.DivClassName
{
background-color: #A1CD03;
}
.BgClassName
{
background-color: #A1CD03;
}
</style>
border-color css
<style>
span { border-color: #A1CD03; }
span { border-color: rgb(161,205,3); }
td.TdClassName
{
border-color: #A1CD03;
}
.TagClassName
{
border-color: #A1CD03;
}
</style>