Shades of Citrus #A6C10F
Tints of Citrus #A6C10F
RGB
CMYK
RGB Variations
Color information
#A6C10F (or 0xA6C10F) is known color: Citrus. HEX triplet: A6, C1 and 0F. RGB value is (166,193,15). Sum of RGB (Red+Green+Blue) = 166+193+15=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C10F is #593EF0. Grayscale: #A5A5A5. Windows color (decimal): -5848817 or 1032614. OLE color: 1032614.
HSL color Cylindrical-coordinate representation of color #A6C10F: hue angle of 69.1º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6C10F is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 15 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.24 |
| HSL | 69.1º | 0.86% | 0.41% | - |
| HSV(B) | 69.1º | 0.92% | 0.76% | - |
| XYZ | 34.88 | 46.28 | 7.55 | - |
| YUV | 164.64 | 43.55 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 15 | 0.14 | 0 | 0.92 | 0.24 | 69.1 | 0.86 | 0.41 |
| Hex | A6 | C1 | F | E | 0 | 5C | 18 | 45 | 56 | 29 |
| Octal | 246 | 301 | 17 | 16 | 0 | 134 | 30 | 105 | 126 | 51 |
| Binary | 10100110 | 11000001 | 1111 | 1110 | 0 | 1011100 | 11000 | 1000101 | 1010110 | 101001 |
Color Harmonies of #A6C10F
Complementary color
Monochromatic Colors of #A6C10F
Black with #A6C10F
Text Example
Text Example
White with #A6C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C10F; }
p { color: rgb(166,193,15); }
H1.HeaderClassName
{
color: #A6C10F;
}
.AnyTagClassName
{
color: #A6C10F;
}
</style>
background-color css
<style>
a { background-color: #A6C10F; }
a { background-color: rgb(166,193,15); }
div.DivClassName
{
background-color: #A6C10F;
}
.BgClassName
{
background-color: #A6C10F;
}
</style>
border-color css
<style>
span { border-color: #A6C10F; }
span { border-color: rgb(166,193,15); }
td.TdClassName
{
border-color: #A6C10F;
}
.TagClassName
{
border-color: #A6C10F;
}
</style>