Shades of Citrus #A1C905
Tints of Citrus #A1C905
RGB
CMYK
RGB Variations
Color information
#A1C905 (or 0xA1C905) is known color: Citrus. HEX triplet: A1, C9 and 05. RGB value is (161,201,5). Sum of RGB (Red+Green+Blue) = 161+201+5=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C905 is #5E36FA. Grayscale: #A7A7A7. Windows color (decimal): -6174459 or 379297. OLE color: 379297.
HSL color Cylindrical-coordinate representation of color #A1C905: hue angle of 72.24º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1C905 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 5 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.21 |
| HSL | 72.24º | 0.95% | 0.4% | - |
| HSV(B) | 72.24º | 0.98% | 0.79% | - |
| XYZ | 35.61 | 49.36 | 7.79 | - |
| YUV | 166.7 | 36.75 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 5 | 0.20 | 0 | 0.98 | 0.21 | 72.24 | 0.95 | 0.4 |
| Hex | A1 | C9 | 5 | 14 | 0 | 62 | 15 | 48 | 5F | 28 |
| Octal | 241 | 311 | 5 | 24 | 0 | 142 | 25 | 110 | 137 | 50 |
| Binary | 10100001 | 11001001 | 101 | 10100 | 0 | 1100010 | 10101 | 1001000 | 1011111 | 101000 |
Color Harmonies of #A1C905
Complementary color
Monochromatic Colors of #A1C905
Black with #A1C905
Text Example
Text Example
White with #A1C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C905; }
p { color: rgb(161,201,5); }
H1.HeaderClassName
{
color: #A1C905;
}
.AnyTagClassName
{
color: #A1C905;
}
</style>
background-color css
<style>
a { background-color: #A1C905; }
a { background-color: rgb(161,201,5); }
div.DivClassName
{
background-color: #A1C905;
}
.BgClassName
{
background-color: #A1C905;
}
</style>
border-color css
<style>
span { border-color: #A1C905; }
span { border-color: rgb(161,201,5); }
td.TdClassName
{
border-color: #A1C905;
}
.TagClassName
{
border-color: #A1C905;
}
</style>