Shades of Citrus #A6C40B
Tints of Citrus #A6C40B
RGB
CMYK
RGB Variations
Color information
#A6C40B (or 0xA6C40B) is known color: Citrus. HEX triplet: A6, C4 and 0B. RGB value is (166,196,11). Sum of RGB (Red+Green+Blue) = 166+196+11=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C40B is #593BF4. Grayscale: #A6A6A6. Windows color (decimal): -5848053 or 771238. OLE color: 771238.
HSL color Cylindrical-coordinate representation of color #A6C40B: hue angle of 69.73º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6C40B is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 196 | 11 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.23 |
| HSL | 69.73º | 0.89% | 0.41% | - |
| HSV(B) | 69.73º | 0.94% | 0.77% | - |
| XYZ | 35.53 | 47.61 | 7.63 | - |
| YUV | 165.94 | 40.56 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 11 | 0.15 | 0 | 0.94 | 0.23 | 69.73 | 0.89 | 0.41 |
| Hex | A6 | C4 | B | F | 0 | 5E | 17 | 46 | 59 | 29 |
| Octal | 246 | 304 | 13 | 17 | 0 | 136 | 27 | 106 | 131 | 51 |
| Binary | 10100110 | 11000100 | 1011 | 1111 | 0 | 1011110 | 10111 | 1000110 | 1011001 | 101001 |
Color Harmonies of #A6C40B
Complementary color
Monochromatic Colors of #A6C40B
Black with #A6C40B
Text Example
Text Example
White with #A6C40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C40B; }
p { color: rgb(166,196,11); }
H1.HeaderClassName
{
color: #A6C40B;
}
.AnyTagClassName
{
color: #A6C40B;
}
</style>
background-color css
<style>
a { background-color: #A6C40B; }
a { background-color: rgb(166,196,11); }
div.DivClassName
{
background-color: #A6C40B;
}
.BgClassName
{
background-color: #A6C40B;
}
</style>
border-color css
<style>
span { border-color: #A6C40B; }
span { border-color: rgb(166,196,11); }
td.TdClassName
{
border-color: #A6C40B;
}
.TagClassName
{
border-color: #A6C40B;
}
</style>