Shades of Citrus #A2CB06
Tints of Citrus #A2CB06
RGB
CMYK
RGB Variations
Color information
#A2CB06 (or 0xA2CB06) is known color: Citrus. HEX triplet: A2, CB and 06. RGB value is (162,203,6). Sum of RGB (Red+Green+Blue) = 162+203+6=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CB06 is #5D34F9. Grayscale: #A9A9A9. Windows color (decimal): -6108410 or 445346. OLE color: 445346.
HSL color Cylindrical-coordinate representation of color #A2CB06: hue angle of 72.49º 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 #A2CB06 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 6 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.20 |
| HSL | 72.49º | 0.94% | 0.41% | - |
| HSV(B) | 72.49º | 0.97% | 0.8% | - |
| XYZ | 36.29 | 50.41 | 7.99 | - |
| YUV | 168.28 | 36.42 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 6 | 0.20 | 0 | 0.97 | 0.20 | 72.49 | 0.94 | 0.41 |
| Hex | A2 | CB | 6 | 14 | 0 | 61 | 14 | 48 | 5E | 29 |
| Octal | 242 | 313 | 6 | 24 | 0 | 141 | 24 | 110 | 136 | 51 |
| Binary | 10100010 | 11001011 | 110 | 10100 | 0 | 1100001 | 10100 | 1001000 | 1011110 | 101001 |
Color Harmonies of #A2CB06
Complementary color
Monochromatic Colors of #A2CB06
Black with #A2CB06
Text Example
Text Example
White with #A2CB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB06; }
p { color: rgb(162,203,6); }
H1.HeaderClassName
{
color: #A2CB06;
}
.AnyTagClassName
{
color: #A2CB06;
}
</style>
background-color css
<style>
a { background-color: #A2CB06; }
a { background-color: rgb(162,203,6); }
div.DivClassName
{
background-color: #A2CB06;
}
.BgClassName
{
background-color: #A2CB06;
}
</style>
border-color css
<style>
span { border-color: #A2CB06; }
span { border-color: rgb(162,203,6); }
td.TdClassName
{
border-color: #A2CB06;
}
.TagClassName
{
border-color: #A2CB06;
}
</style>