Shades of Citrus #A1B30B
Tints of Citrus #A1B30B
RGB
CMYK
RGB Variations
Color information
#A1B30B (or 0xA1B30B) is known color: Citrus. HEX triplet: A1, B3 and 0B. RGB value is (161,179,11). Sum of RGB (Red+Green+Blue) = 161+179+11=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B30B is #5E4CF4. Grayscale: #9B9B9B. Windows color (decimal): -6180085 or 766881. OLE color: 766881.
HSL color Cylindrical-coordinate representation of color #A1B30B: hue angle of 66.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1B30B is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 11 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.30 |
| HSL | 66.43º | 0.88% | 0.37% | - |
| HSV(B) | 66.43º | 0.94% | 0.7% | - |
| XYZ | 30.88 | 39.84 | 6.38 | - |
| YUV | 154.47 | 47.04 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 11 | 0.10 | 0 | 0.94 | 0.30 | 66.43 | 0.88 | 0.37 |
| Hex | A1 | B3 | B | A | 0 | 5E | 1E | 42 | 58 | 25 |
| Octal | 241 | 263 | 13 | 12 | 0 | 136 | 36 | 102 | 130 | 45 |
| Binary | 10100001 | 10110011 | 1011 | 1010 | 0 | 1011110 | 11110 | 1000010 | 1011000 | 100101 |
Color Harmonies of #A1B30B
Complementary color
Monochromatic Colors of #A1B30B
Black with #A1B30B
Text Example
Text Example
White with #A1B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B30B; }
p { color: rgb(161,179,11); }
H1.HeaderClassName
{
color: #A1B30B;
}
.AnyTagClassName
{
color: #A1B30B;
}
</style>
background-color css
<style>
a { background-color: #A1B30B; }
a { background-color: rgb(161,179,11); }
div.DivClassName
{
background-color: #A1B30B;
}
.BgClassName
{
background-color: #A1B30B;
}
</style>
border-color css
<style>
span { border-color: #A1B30B; }
span { border-color: rgb(161,179,11); }
td.TdClassName
{
border-color: #A1B30B;
}
.TagClassName
{
border-color: #A1B30B;
}
</style>