Shades of Citrus #A6C90B
Tints of Citrus #A6C90B
RGB
CMYK
RGB Variations
Color information
#A6C90B (or 0xA6C90B) is known color: Citrus. HEX triplet: A6, C9 and 0B. RGB value is (166,201,11). Sum of RGB (Red+Green+Blue) = 166+201+11=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C90B is #5936F4. Grayscale: #A9A9A9. Windows color (decimal): -5846773 or 772518. OLE color: 772518.
HSL color Cylindrical-coordinate representation of color #A6C90B: hue angle of 71.05º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6C90B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.21 |
| HSL | 71.05º | 0.9% | 0.42% | - |
| HSV(B) | 71.05º | 0.95% | 0.79% | - |
| XYZ | 36.67 | 49.9 | 8.02 | - |
| YUV | 168.88 | 38.9 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 11 | 0.17 | 0 | 0.95 | 0.21 | 71.05 | 0.9 | 0.42 |
| Hex | A6 | C9 | B | 11 | 0 | 5F | 15 | 47 | 5A | 2A |
| Octal | 246 | 311 | 13 | 21 | 0 | 137 | 25 | 107 | 132 | 52 |
| Binary | 10100110 | 11001001 | 1011 | 10001 | 0 | 1011111 | 10101 | 1000111 | 1011010 | 101010 |
Color Harmonies of #A6C90B
Complementary color
Monochromatic Colors of #A6C90B
Black with #A6C90B
Text Example
Text Example
White with #A6C90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C90B; }
p { color: rgb(166,201,11); }
H1.HeaderClassName
{
color: #A6C90B;
}
.AnyTagClassName
{
color: #A6C90B;
}
</style>
background-color css
<style>
a { background-color: #A6C90B; }
a { background-color: rgb(166,201,11); }
div.DivClassName
{
background-color: #A6C90B;
}
.BgClassName
{
background-color: #A6C90B;
}
</style>
border-color css
<style>
span { border-color: #A6C90B; }
span { border-color: rgb(166,201,11); }
td.TdClassName
{
border-color: #A6C90B;
}
.TagClassName
{
border-color: #A6C90B;
}
</style>