Shades of Citrus #A0CB06
Tints of Citrus #A0CB06
RGB
CMYK
RGB Variations
Color information
#A0CB06 (or 0xA0CB06) is known color: Citrus. HEX triplet: A0, CB and 06. RGB value is (160,203,6). Sum of RGB (Red+Green+Blue) = 160+203+6=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CB06 is #5F34F9. Grayscale: #A8A8A8. Windows color (decimal): -6239482 or 445344. OLE color: 445344.
HSL color Cylindrical-coordinate representation of color #A0CB06: hue angle of 73.1º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0CB06 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 6 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.20 |
| HSL | 73.1º | 0.94% | 0.41% | - |
| HSV(B) | 73.1º | 0.97% | 0.8% | - |
| XYZ | 35.89 | 50.2 | 7.97 | - |
| YUV | 167.69 | 36.75 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 6 | 0.21 | 0 | 0.97 | 0.20 | 73.1 | 0.94 | 0.41 |
| Hex | A0 | CB | 6 | 15 | 0 | 61 | 14 | 49 | 5E | 29 |
| Octal | 240 | 313 | 6 | 25 | 0 | 141 | 24 | 111 | 136 | 51 |
| Binary | 10100000 | 11001011 | 110 | 10101 | 0 | 1100001 | 10100 | 1001001 | 1011110 | 101001 |
Color Harmonies of #A0CB06
Complementary color
Monochromatic Colors of #A0CB06
Black with #A0CB06
Text Example
Text Example
White with #A0CB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB06; }
p { color: rgb(160,203,6); }
H1.HeaderClassName
{
color: #A0CB06;
}
.AnyTagClassName
{
color: #A0CB06;
}
</style>
background-color css
<style>
a { background-color: #A0CB06; }
a { background-color: rgb(160,203,6); }
div.DivClassName
{
background-color: #A0CB06;
}
.BgClassName
{
background-color: #A0CB06;
}
</style>
border-color css
<style>
span { border-color: #A0CB06; }
span { border-color: rgb(160,203,6); }
td.TdClassName
{
border-color: #A0CB06;
}
.TagClassName
{
border-color: #A0CB06;
}
</style>