Shades of Citrus #A0B200
Tints of Citrus #A0B200
RGB
CMYK
RGB Variations
Color information
#A0B200 (or 0xA0B200) is known color: Citrus. HEX triplet: A0, B2 and 00. RGB value is (160,178,0). Sum of RGB (Red+Green+Blue) = 160+178+0=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B200 is #5F4DFF. Grayscale: #999999. Windows color (decimal): -6245888 or 45728. OLE color: 45728.
HSL color Cylindrical-coordinate representation of color #A0B200: hue angle of 66.07º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0B200 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.30 |
| HSL | 66.07º | 1% | 0.35% | - |
| HSV(B) | 66.07º | 1% | 0.7% | - |
| XYZ | 30.42 | 39.31 | 5.99 | - |
| YUV | 152.33 | 42.04 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 0 | 0.10 | 0 | 1 | 0.30 | 66.07 | 1 | 0.35 |
| Hex | A0 | B2 | 0 | A | 0 | 64 | 1E | 42 | 64 | 23 |
| Octal | 240 | 262 | 0 | 12 | 0 | 144 | 36 | 102 | 144 | 43 |
| Binary | 10100000 | 10110010 | 0 | 1010 | 0 | 1100100 | 11110 | 1000010 | 1100100 | 100011 |
Color Harmonies of #A0B200
Complementary color
Monochromatic Colors of #A0B200
Black with #A0B200
Text Example
Text Example
White with #A0B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B200; }
p { color: rgb(160,178,0); }
H1.HeaderClassName
{
color: #A0B200;
}
.AnyTagClassName
{
color: #A0B200;
}
</style>
background-color css
<style>
a { background-color: #A0B200; }
a { background-color: rgb(160,178,0); }
div.DivClassName
{
background-color: #A0B200;
}
.BgClassName
{
background-color: #A0B200;
}
</style>
border-color css
<style>
span { border-color: #A0B200; }
span { border-color: rgb(160,178,0); }
td.TdClassName
{
border-color: #A0B200;
}
.TagClassName
{
border-color: #A0B200;
}
</style>