Shades of Citrus #A1B30D
Tints of Citrus #A1B30D
RGB
CMYK
RGB Variations
Color information
#A1B30D (or 0xA1B30D) is known color: Citrus. HEX triplet: A1, B3 and 0D. RGB value is (161,179,13). Sum of RGB (Red+Green+Blue) = 161+179+13=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B30D is #5E4CF2. Grayscale: #9B9B9B. Windows color (decimal): -6180083 or 897953. OLE color: 897953.
HSL color Cylindrical-coordinate representation of color #A1B30D: hue angle of 66.51º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1B30D is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 13 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.30 |
| HSL | 66.51º | 0.86% | 0.38% | - |
| HSV(B) | 66.51º | 0.93% | 0.7% | - |
| XYZ | 30.89 | 39.85 | 6.44 | - |
| YUV | 154.69 | 48.04 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 13 | 0.10 | 0 | 0.93 | 0.30 | 66.51 | 0.86 | 0.38 |
| Hex | A1 | B3 | D | A | 0 | 5D | 1E | 43 | 56 | 26 |
| Octal | 241 | 263 | 15 | 12 | 0 | 135 | 36 | 103 | 126 | 46 |
| Binary | 10100001 | 10110011 | 1101 | 1010 | 0 | 1011101 | 11110 | 1000011 | 1010110 | 100110 |
Color Harmonies of #A1B30D
Complementary color
Monochromatic Colors of #A1B30D
Black with #A1B30D
Text Example
Text Example
White with #A1B30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B30D; }
p { color: rgb(161,179,13); }
H1.HeaderClassName
{
color: #A1B30D;
}
.AnyTagClassName
{
color: #A1B30D;
}
</style>
background-color css
<style>
a { background-color: #A1B30D; }
a { background-color: rgb(161,179,13); }
div.DivClassName
{
background-color: #A1B30D;
}
.BgClassName
{
background-color: #A1B30D;
}
</style>
border-color css
<style>
span { border-color: #A1B30D; }
span { border-color: rgb(161,179,13); }
td.TdClassName
{
border-color: #A1B30D;
}
.TagClassName
{
border-color: #A1B30D;
}
</style>