Shades of Citrus #A1CA06
Tints of Citrus #A1CA06
RGB
CMYK
RGB Variations
Color information
#A1CA06 (or 0xA1CA06) is known color: Citrus. HEX triplet: A1, CA and 06. RGB value is (161,202,6). Sum of RGB (Red+Green+Blue) = 161+202+6=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CA06 is #5E35F9. Grayscale: #A8A8A8. Windows color (decimal): -6174202 or 445089. OLE color: 445089.
HSL color Cylindrical-coordinate representation of color #A1CA06: hue angle of 72.55º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1CA06 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 6 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.21 |
| HSL | 72.55º | 0.94% | 0.41% | - |
| HSV(B) | 72.55º | 0.97% | 0.79% | - |
| XYZ | 35.85 | 49.83 | 7.9 | - |
| YUV | 167.4 | 36.92 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 6 | 0.20 | 0 | 0.97 | 0.21 | 72.55 | 0.94 | 0.41 |
| Hex | A1 | CA | 6 | 14 | 0 | 61 | 15 | 49 | 5E | 29 |
| Octal | 241 | 312 | 6 | 24 | 0 | 141 | 25 | 111 | 136 | 51 |
| Binary | 10100001 | 11001010 | 110 | 10100 | 0 | 1100001 | 10101 | 1001001 | 1011110 | 101001 |
Color Harmonies of #A1CA06
Complementary color
Monochromatic Colors of #A1CA06
Black with #A1CA06
Text Example
Text Example
White with #A1CA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA06; }
p { color: rgb(161,202,6); }
H1.HeaderClassName
{
color: #A1CA06;
}
.AnyTagClassName
{
color: #A1CA06;
}
</style>
background-color css
<style>
a { background-color: #A1CA06; }
a { background-color: rgb(161,202,6); }
div.DivClassName
{
background-color: #A1CA06;
}
.BgClassName
{
background-color: #A1CA06;
}
</style>
border-color css
<style>
span { border-color: #A1CA06; }
span { border-color: rgb(161,202,6); }
td.TdClassName
{
border-color: #A1CA06;
}
.TagClassName
{
border-color: #A1CA06;
}
</style>