Shades of Citrus #A1CD09
Tints of Citrus #A1CD09
RGB
CMYK
RGB Variations
Color information
#A1CD09 (or 0xA1CD09) is known color: Citrus. HEX triplet: A1, CD and 09. RGB value is (161,205,9). Sum of RGB (Red+Green+Blue) = 161+205+9=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CD09 is #5E32F6. Grayscale: #AAAAAA. Windows color (decimal): -6173431 or 642465. OLE color: 642465.
HSL color Cylindrical-coordinate representation of color #A1CD09: hue angle of 73.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1CD09 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 9 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.20 |
| HSL | 73.47º | 0.92% | 0.42% | - |
| HSV(B) | 73.47º | 0.96% | 0.8% | - |
| XYZ | 36.58 | 51.26 | 8.22 | - |
| YUV | 169.5 | 37.42 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 9 | 0.21 | 0 | 0.96 | 0.20 | 73.47 | 0.92 | 0.42 |
| Hex | A1 | CD | 9 | 15 | 0 | 60 | 14 | 49 | 5C | 2A |
| Octal | 241 | 315 | 11 | 25 | 0 | 140 | 24 | 111 | 134 | 52 |
| Binary | 10100001 | 11001101 | 1001 | 10101 | 0 | 1100000 | 10100 | 1001001 | 1011100 | 101010 |
Color Harmonies of #A1CD09
Complementary color
Monochromatic Colors of #A1CD09
Black with #A1CD09
Text Example
Text Example
White with #A1CD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD09; }
p { color: rgb(161,205,9); }
H1.HeaderClassName
{
color: #A1CD09;
}
.AnyTagClassName
{
color: #A1CD09;
}
</style>
background-color css
<style>
a { background-color: #A1CD09; }
a { background-color: rgb(161,205,9); }
div.DivClassName
{
background-color: #A1CD09;
}
.BgClassName
{
background-color: #A1CD09;
}
</style>
border-color css
<style>
span { border-color: #A1CD09; }
span { border-color: rgb(161,205,9); }
td.TdClassName
{
border-color: #A1CD09;
}
.TagClassName
{
border-color: #A1CD09;
}
</style>