Shades of Citrus #A0B800
Tints of Citrus #A0B800
RGB
CMYK
RGB Variations
Color information
#A0B800 (or 0xA0B800) is known color: Citrus. HEX triplet: A0, B8 and 00. RGB value is (160,184,0). Sum of RGB (Red+Green+Blue) = 160+184+0=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B800 is #5F47FF. Grayscale: #9C9C9C. Windows color (decimal): -6244352 or 47264. OLE color: 47264.
HSL color Cylindrical-coordinate representation of color #A0B800: hue angle of 67.83º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0B800 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.28 |
| HSL | 67.83º | 1% | 0.36% | - |
| HSV(B) | 67.83º | 1% | 0.72% | - |
| XYZ | 31.64 | 41.75 | 6.39 | - |
| YUV | 155.85 | 40.05 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 0 | 0.13 | 0 | 1 | 0.28 | 67.83 | 1 | 0.36 |
| Hex | A0 | B8 | 0 | D | 0 | 64 | 1C | 44 | 64 | 24 |
| Octal | 240 | 270 | 0 | 15 | 0 | 144 | 34 | 104 | 144 | 44 |
| Binary | 10100000 | 10111000 | 0 | 1101 | 0 | 1100100 | 11100 | 1000100 | 1100100 | 100100 |
Color Harmonies of #A0B800
Complementary color
Monochromatic Colors of #A0B800
Black with #A0B800
Text Example
Text Example
White with #A0B800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B800; }
p { color: rgb(160,184,0); }
H1.HeaderClassName
{
color: #A0B800;
}
.AnyTagClassName
{
color: #A0B800;
}
</style>
background-color css
<style>
a { background-color: #A0B800; }
a { background-color: rgb(160,184,0); }
div.DivClassName
{
background-color: #A0B800;
}
.BgClassName
{
background-color: #A0B800;
}
</style>
border-color css
<style>
span { border-color: #A0B800; }
span { border-color: rgb(160,184,0); }
td.TdClassName
{
border-color: #A0B800;
}
.TagClassName
{
border-color: #A0B800;
}
</style>