Shades of Citrus #A1C206
Tints of Citrus #A1C206
RGB
CMYK
RGB Variations
Color information
#A1C206 (or 0xA1C206) is known color: Citrus. HEX triplet: A1, C2 and 06. RGB value is (161,194,6). Sum of RGB (Red+Green+Blue) = 161+194+6=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C206 is #5E3DF9. Grayscale: #A3A3A3. Windows color (decimal): -6176250 or 443041. OLE color: 443041.
HSL color Cylindrical-coordinate representation of color #A1C206: hue angle of 70.53º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1C206 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 6 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.24 |
| HSL | 70.53º | 0.94% | 0.39% | - |
| HSV(B) | 70.53º | 0.97% | 0.76% | - |
| XYZ | 34.02 | 46.17 | 7.29 | - |
| YUV | 162.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 6 | 0.17 | 0 | 0.97 | 0.24 | 70.53 | 0.94 | 0.39 |
| Hex | A1 | C2 | 6 | 11 | 0 | 61 | 18 | 47 | 5E | 27 |
| Octal | 241 | 302 | 6 | 21 | 0 | 141 | 30 | 107 | 136 | 47 |
| Binary | 10100001 | 11000010 | 110 | 10001 | 0 | 1100001 | 11000 | 1000111 | 1011110 | 100111 |
Color Harmonies of #A1C206
Complementary color
Monochromatic Colors of #A1C206
Black with #A1C206
Text Example
Text Example
White with #A1C206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C206; }
p { color: rgb(161,194,6); }
H1.HeaderClassName
{
color: #A1C206;
}
.AnyTagClassName
{
color: #A1C206;
}
</style>
background-color css
<style>
a { background-color: #A1C206; }
a { background-color: rgb(161,194,6); }
div.DivClassName
{
background-color: #A1C206;
}
.BgClassName
{
background-color: #A1C206;
}
</style>
border-color css
<style>
span { border-color: #A1C206; }
span { border-color: rgb(161,194,6); }
td.TdClassName
{
border-color: #A1C206;
}
.TagClassName
{
border-color: #A1C206;
}
</style>