Shades of Citrus #A6C702
Tints of Citrus #A6C702
RGB
CMYK
RGB Variations
Color information
#A6C702 (or 0xA6C702) is known color: Citrus. HEX triplet: A6, C7 and 02. RGB value is (166,199,2). Sum of RGB (Red+Green+Blue) = 166+199+2=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 199 (78.12% from 255 or 54.22% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C702 is #5938FD. Grayscale: #A7A7A7. Windows color (decimal): -5847294 or 182182. OLE color: 182182.
HSL color Cylindrical-coordinate representation of color #A6C702: hue angle of 70.05º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6C702 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.22 |
| HSL | 70.05º | 0.98% | 0.39% | - |
| HSV(B) | 70.05º | 0.99% | 0.78% | - |
| XYZ | 36.16 | 48.96 | 7.6 | - |
| YUV | 166.68 | 35.07 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 2 | 0.17 | 0 | 0.99 | 0.22 | 70.05 | 0.98 | 0.39 |
| Hex | A6 | C7 | 2 | 11 | 0 | 63 | 16 | 46 | 62 | 27 |
| Octal | 246 | 307 | 2 | 21 | 0 | 143 | 26 | 106 | 142 | 47 |
| Binary | 10100110 | 11000111 | 10 | 10001 | 0 | 1100011 | 10110 | 1000110 | 1100010 | 100111 |
Color Harmonies of #A6C702
Complementary color
Monochromatic Colors of #A6C702
Black with #A6C702
Text Example
Text Example
White with #A6C702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C702; }
p { color: rgb(166,199,2); }
H1.HeaderClassName
{
color: #A6C702;
}
.AnyTagClassName
{
color: #A6C702;
}
</style>
background-color css
<style>
a { background-color: #A6C702; }
a { background-color: rgb(166,199,2); }
div.DivClassName
{
background-color: #A6C702;
}
.BgClassName
{
background-color: #A6C702;
}
</style>
border-color css
<style>
span { border-color: #A6C702; }
span { border-color: rgb(166,199,2); }
td.TdClassName
{
border-color: #A6C702;
}
.TagClassName
{
border-color: #A6C702;
}
</style>