Shades of Citrus #A6C202
Tints of Citrus #A6C202
RGB
CMYK
RGB Variations
Color information
#A6C202 (or 0xA6C202) is known color: Citrus. HEX triplet: A6, C2 and 02. RGB value is (166,194,2). Sum of RGB (Red+Green+Blue) = 166+194+2=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C202 is #593DFD. Grayscale: #A4A4A4. Windows color (decimal): -5848574 or 180902. OLE color: 180902.
HSL color Cylindrical-coordinate representation of color #A6C202: hue angle of 68.75º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6C202 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.24 |
| HSL | 68.75º | 0.98% | 0.38% | - |
| HSV(B) | 68.75º | 0.99% | 0.76% | - |
| XYZ | 35.03 | 46.69 | 7.22 | - |
| YUV | 163.74 | 36.72 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 2 | 0.14 | 0 | 0.99 | 0.24 | 68.75 | 0.98 | 0.38 |
| Hex | A6 | C2 | 2 | E | 0 | 63 | 18 | 45 | 62 | 26 |
| Octal | 246 | 302 | 2 | 16 | 0 | 143 | 30 | 105 | 142 | 46 |
| Binary | 10100110 | 11000010 | 10 | 1110 | 0 | 1100011 | 11000 | 1000101 | 1100010 | 100110 |
Color Harmonies of #A6C202
Complementary color
Monochromatic Colors of #A6C202
Black with #A6C202
Text Example
Text Example
White with #A6C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C202; }
p { color: rgb(166,194,2); }
H1.HeaderClassName
{
color: #A6C202;
}
.AnyTagClassName
{
color: #A6C202;
}
</style>
background-color css
<style>
a { background-color: #A6C202; }
a { background-color: rgb(166,194,2); }
div.DivClassName
{
background-color: #A6C202;
}
.BgClassName
{
background-color: #A6C202;
}
</style>
border-color css
<style>
span { border-color: #A6C202; }
span { border-color: rgb(166,194,2); }
td.TdClassName
{
border-color: #A6C202;
}
.TagClassName
{
border-color: #A6C202;
}
</style>