Shades of Citrus #A6CA04
Tints of Citrus #A6CA04
RGB
CMYK
RGB Variations
Color information
#A6CA04 (or 0xA6CA04) is known color: Citrus. HEX triplet: A6, CA and 04. RGB value is (166,202,4). Sum of RGB (Red+Green+Blue) = 166+202+4=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CA04 is #5935FB. Grayscale: #A9A9A9. Windows color (decimal): -5846524 or 314022. OLE color: 314022.
HSL color Cylindrical-coordinate representation of color #A6CA04: hue angle of 70.91º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6CA04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.21 |
| HSL | 70.91º | 0.96% | 0.4% | - |
| HSV(B) | 70.91º | 0.98% | 0.79% | - |
| XYZ | 36.87 | 50.36 | 7.89 | - |
| YUV | 168.66 | 35.07 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 4 | 0.18 | 0 | 0.98 | 0.21 | 70.91 | 0.96 | 0.4 |
| Hex | A6 | CA | 4 | 12 | 0 | 62 | 15 | 47 | 60 | 28 |
| Octal | 246 | 312 | 4 | 22 | 0 | 142 | 25 | 107 | 140 | 50 |
| Binary | 10100110 | 11001010 | 100 | 10010 | 0 | 1100010 | 10101 | 1000111 | 1100000 | 101000 |
Color Harmonies of #A6CA04
Complementary color
Monochromatic Colors of #A6CA04
Black with #A6CA04
Text Example
Text Example
White with #A6CA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA04; }
p { color: rgb(166,202,4); }
H1.HeaderClassName
{
color: #A6CA04;
}
.AnyTagClassName
{
color: #A6CA04;
}
</style>
background-color css
<style>
a { background-color: #A6CA04; }
a { background-color: rgb(166,202,4); }
div.DivClassName
{
background-color: #A6CA04;
}
.BgClassName
{
background-color: #A6CA04;
}
</style>
border-color css
<style>
span { border-color: #A6CA04; }
span { border-color: rgb(166,202,4); }
td.TdClassName
{
border-color: #A6CA04;
}
.TagClassName
{
border-color: #A6CA04;
}
</style>