Shades of Citrus #A1C607
Tints of Citrus #A1C607
RGB
CMYK
RGB Variations
Color information
#A1C607 (or 0xA1C607) is known color: Citrus. HEX triplet: A1, C6 and 07. RGB value is (161,198,7). Sum of RGB (Red+Green+Blue) = 161+198+7=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 198 (77.73% from 255 or 54.10% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C607 is #5E39F8. Grayscale: #A5A5A5. Windows color (decimal): -6175225 or 509601. OLE color: 509601.
HSL color Cylindrical-coordinate representation of color #A1C607: hue angle of 71.62º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1C607 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 7 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.22 |
| HSL | 71.62º | 0.93% | 0.4% | - |
| HSV(B) | 71.62º | 0.96% | 0.78% | - |
| XYZ | 34.93 | 47.98 | 7.62 | - |
| YUV | 165.16 | 38.74 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 7 | 0.19 | 0 | 0.96 | 0.22 | 71.62 | 0.93 | 0.4 |
| Hex | A1 | C6 | 7 | 13 | 0 | 60 | 16 | 48 | 5D | 28 |
| Octal | 241 | 306 | 7 | 23 | 0 | 140 | 26 | 110 | 135 | 50 |
| Binary | 10100001 | 11000110 | 111 | 10011 | 0 | 1100000 | 10110 | 1001000 | 1011101 | 101000 |
Color Harmonies of #A1C607
Complementary color
Monochromatic Colors of #A1C607
Black with #A1C607
Text Example
Text Example
White with #A1C607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C607; }
p { color: rgb(161,198,7); }
H1.HeaderClassName
{
color: #A1C607;
}
.AnyTagClassName
{
color: #A1C607;
}
</style>
background-color css
<style>
a { background-color: #A1C607; }
a { background-color: rgb(161,198,7); }
div.DivClassName
{
background-color: #A1C607;
}
.BgClassName
{
background-color: #A1C607;
}
</style>
border-color css
<style>
span { border-color: #A1C607; }
span { border-color: rgb(161,198,7); }
td.TdClassName
{
border-color: #A1C607;
}
.TagClassName
{
border-color: #A1C607;
}
</style>