Shades of Citrus #A6C70B
Tints of Citrus #A6C70B
RGB
CMYK
RGB Variations
Color information
#A6C70B (or 0xA6C70B) is known color: Citrus. HEX triplet: A6, C7 and 0B. RGB value is (166,199,11). Sum of RGB (Red+Green+Blue) = 166+199+11=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C70B is #5938F4. Grayscale: #A8A8A8. Windows color (decimal): -5847285 or 772006. OLE color: 772006.
HSL color Cylindrical-coordinate representation of color #A6C70B: hue angle of 70.53º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6C70B is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 11 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.22 |
| HSL | 70.53º | 0.9% | 0.41% | - |
| HSV(B) | 70.53º | 0.94% | 0.78% | - |
| XYZ | 36.21 | 48.98 | 7.86 | - |
| YUV | 167.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 11 | 0.17 | 0 | 0.94 | 0.22 | 70.53 | 0.9 | 0.41 |
| Hex | A6 | C7 | B | 11 | 0 | 5E | 16 | 47 | 5A | 29 |
| Octal | 246 | 307 | 13 | 21 | 0 | 136 | 26 | 107 | 132 | 51 |
| Binary | 10100110 | 11000111 | 1011 | 10001 | 0 | 1011110 | 10110 | 1000111 | 1011010 | 101001 |
Color Harmonies of #A6C70B
Complementary color
Monochromatic Colors of #A6C70B
Black with #A6C70B
Text Example
Text Example
White with #A6C70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C70B; }
p { color: rgb(166,199,11); }
H1.HeaderClassName
{
color: #A6C70B;
}
.AnyTagClassName
{
color: #A6C70B;
}
</style>
background-color css
<style>
a { background-color: #A6C70B; }
a { background-color: rgb(166,199,11); }
div.DivClassName
{
background-color: #A6C70B;
}
.BgClassName
{
background-color: #A6C70B;
}
</style>
border-color css
<style>
span { border-color: #A6C70B; }
span { border-color: rgb(166,199,11); }
td.TdClassName
{
border-color: #A6C70B;
}
.TagClassName
{
border-color: #A6C70B;
}
</style>