Shades of Citrus #A1C300
Tints of Citrus #A1C300
RGB
CMYK
RGB Variations
Color information
#A1C300 (or 0xA1C300) is known color: Citrus. HEX triplet: A1, C3 and 00. RGB value is (161,195,0). Sum of RGB (Red+Green+Blue) = 161+195+0=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C300 is #5E3CFF. Grayscale: #A3A3A3. Windows color (decimal): -6176000 or 50081. OLE color: 50081.
HSL color Cylindrical-coordinate representation of color #A1C300: hue angle of 70.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1C300 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.24 |
| HSL | 70.46º | 1% | 0.38% | - |
| HSV(B) | 70.46º | 1% | 0.76% | - |
| XYZ | 34.21 | 46.61 | 7.19 | - |
| YUV | 162.6 | 36.24 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 0 | 0.17 | 0 | 1 | 0.24 | 70.46 | 1 | 0.38 |
| Hex | A1 | C3 | 0 | 11 | 0 | 64 | 18 | 46 | 64 | 26 |
| Octal | 241 | 303 | 0 | 21 | 0 | 144 | 30 | 106 | 144 | 46 |
| Binary | 10100001 | 11000011 | 0 | 10001 | 0 | 1100100 | 11000 | 1000110 | 1100100 | 100110 |
Color Harmonies of #A1C300
Complementary color
Monochromatic Colors of #A1C300
Black with #A1C300
Text Example
Text Example
White with #A1C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C300; }
p { color: rgb(161,195,0); }
H1.HeaderClassName
{
color: #A1C300;
}
.AnyTagClassName
{
color: #A1C300;
}
</style>
background-color css
<style>
a { background-color: #A1C300; }
a { background-color: rgb(161,195,0); }
div.DivClassName
{
background-color: #A1C300;
}
.BgClassName
{
background-color: #A1C300;
}
</style>
border-color css
<style>
span { border-color: #A1C300; }
span { border-color: rgb(161,195,0); }
td.TdClassName
{
border-color: #A1C300;
}
.TagClassName
{
border-color: #A1C300;
}
</style>