Shades of Citrus #A6C002
Tints of Citrus #A6C002
RGB
CMYK
RGB Variations
Color information
#A6C002 (or 0xA6C002) is known color: Citrus. HEX triplet: A6, C0 and 02. RGB value is (166,192,2). Sum of RGB (Red+Green+Blue) = 166+192+2=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C002 is #593FFD. Grayscale: #A3A3A3. Windows color (decimal): -5849086 or 180390. OLE color: 180390.
HSL color Cylindrical-coordinate representation of color #A6C002: hue angle of 68.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6C002 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.25 |
| HSL | 68.21º | 0.98% | 0.38% | - |
| HSV(B) | 68.21º | 0.99% | 0.75% | - |
| XYZ | 34.59 | 45.81 | 7.08 | - |
| YUV | 162.57 | 37.39 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 2 | 0.14 | 0 | 0.99 | 0.25 | 68.21 | 0.98 | 0.38 |
| Hex | A6 | C0 | 2 | E | 0 | 63 | 19 | 44 | 62 | 26 |
| Octal | 246 | 300 | 2 | 16 | 0 | 143 | 31 | 104 | 142 | 46 |
| Binary | 10100110 | 11000000 | 10 | 1110 | 0 | 1100011 | 11001 | 1000100 | 1100010 | 100110 |
Color Harmonies of #A6C002
Complementary color
Monochromatic Colors of #A6C002
Black with #A6C002
Text Example
Text Example
White with #A6C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C002; }
p { color: rgb(166,192,2); }
H1.HeaderClassName
{
color: #A6C002;
}
.AnyTagClassName
{
color: #A6C002;
}
</style>
background-color css
<style>
a { background-color: #A6C002; }
a { background-color: rgb(166,192,2); }
div.DivClassName
{
background-color: #A6C002;
}
.BgClassName
{
background-color: #A6C002;
}
</style>
border-color css
<style>
span { border-color: #A6C002; }
span { border-color: rgb(166,192,2); }
td.TdClassName
{
border-color: #A6C002;
}
.TagClassName
{
border-color: #A6C002;
}
</style>