Shades of Citrus #A1C608
Tints of Citrus #A1C608
RGB
CMYK
RGB Variations
Color information
#A1C608 (or 0xA1C608) is known color: Citrus. HEX triplet: A1, C6 and 08. RGB value is (161,198,8). Sum of RGB (Red+Green+Blue) = 161+198+8=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 198 (77.73% from 255 or 53.95% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C608 is #5E39F7. Grayscale: #A6A6A6. Windows color (decimal): -6175224 or 575137. OLE color: 575137.
HSL color Cylindrical-coordinate representation of color #A1C608: hue angle of 71.68º degrees, saturation: 0.92, 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 #A1C608 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 8 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.22 |
| HSL | 71.68º | 0.92% | 0.4% | - |
| HSV(B) | 71.68º | 0.96% | 0.78% | - |
| XYZ | 34.94 | 47.98 | 7.65 | - |
| YUV | 165.28 | 39.24 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 8 | 0.19 | 0 | 0.96 | 0.22 | 71.68 | 0.92 | 0.4 |
| Hex | A1 | C6 | 8 | 13 | 0 | 60 | 16 | 48 | 5C | 28 |
| Octal | 241 | 306 | 10 | 23 | 0 | 140 | 26 | 110 | 134 | 50 |
| Binary | 10100001 | 11000110 | 1000 | 10011 | 0 | 1100000 | 10110 | 1001000 | 1011100 | 101000 |
Color Harmonies of #A1C608
Complementary color
Monochromatic Colors of #A1C608
Black with #A1C608
Text Example
Text Example
White with #A1C608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C608; }
p { color: rgb(161,198,8); }
H1.HeaderClassName
{
color: #A1C608;
}
.AnyTagClassName
{
color: #A1C608;
}
</style>
background-color css
<style>
a { background-color: #A1C608; }
a { background-color: rgb(161,198,8); }
div.DivClassName
{
background-color: #A1C608;
}
.BgClassName
{
background-color: #A1C608;
}
</style>
border-color css
<style>
span { border-color: #A1C608; }
span { border-color: rgb(161,198,8); }
td.TdClassName
{
border-color: #A1C608;
}
.TagClassName
{
border-color: #A1C608;
}
</style>