Shades of Citrus #A1C008
Tints of Citrus #A1C008
RGB
CMYK
RGB Variations
Color information
#A1C008 (or 0xA1C008) is known color: Citrus. HEX triplet: A1, C0 and 08. RGB value is (161,192,8). Sum of RGB (Red+Green+Blue) = 161+192+8=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C008 is #5E3FF7. Grayscale: #A2A2A2. Windows color (decimal): -6176760 or 573601. OLE color: 573601.
HSL color Cylindrical-coordinate representation of color #A1C008: hue angle of 70.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1C008 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 8 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.25 |
| HSL | 70.11º | 0.92% | 0.39% | - |
| HSV(B) | 70.11º | 0.96% | 0.75% | - |
| XYZ | 33.59 | 45.29 | 7.2 | - |
| YUV | 161.76 | 41.23 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 8 | 0.16 | 0 | 0.96 | 0.25 | 70.11 | 0.92 | 0.39 |
| Hex | A1 | C0 | 8 | 10 | 0 | 60 | 19 | 46 | 5C | 27 |
| Octal | 241 | 300 | 10 | 20 | 0 | 140 | 31 | 106 | 134 | 47 |
| Binary | 10100001 | 11000000 | 1000 | 10000 | 0 | 1100000 | 11001 | 1000110 | 1011100 | 100111 |
Color Harmonies of #A1C008
Complementary color
Monochromatic Colors of #A1C008
Black with #A1C008
Text Example
Text Example
White with #A1C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C008; }
p { color: rgb(161,192,8); }
H1.HeaderClassName
{
color: #A1C008;
}
.AnyTagClassName
{
color: #A1C008;
}
</style>
background-color css
<style>
a { background-color: #A1C008; }
a { background-color: rgb(161,192,8); }
div.DivClassName
{
background-color: #A1C008;
}
.BgClassName
{
background-color: #A1C008;
}
</style>
border-color css
<style>
span { border-color: #A1C008; }
span { border-color: rgb(161,192,8); }
td.TdClassName
{
border-color: #A1C008;
}
.TagClassName
{
border-color: #A1C008;
}
</style>