Shades of Citrus #A4C60B
Tints of Citrus #A4C60B
RGB
CMYK
RGB Variations
Color information
#A4C60B (or 0xA4C60B) is known color: Citrus. HEX triplet: A4, C6 and 0B. RGB value is (164,198,11). Sum of RGB (Red+Green+Blue) = 164+198+11=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C60B is #5B39F4. Grayscale: #A7A7A7. Windows color (decimal): -5978613 or 771748. OLE color: 771748.
HSL color Cylindrical-coordinate representation of color #A4C60B: hue angle of 70.91º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4C60B is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 11 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.22 |
| HSL | 70.91º | 0.89% | 0.41% | - |
| HSV(B) | 70.91º | 0.94% | 0.78% | - |
| XYZ | 35.56 | 48.3 | 7.77 | - |
| YUV | 166.52 | 40.24 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 11 | 0.17 | 0 | 0.94 | 0.22 | 70.91 | 0.89 | 0.41 |
| Hex | A4 | C6 | B | 11 | 0 | 5E | 16 | 47 | 59 | 29 |
| Octal | 244 | 306 | 13 | 21 | 0 | 136 | 26 | 107 | 131 | 51 |
| Binary | 10100100 | 11000110 | 1011 | 10001 | 0 | 1011110 | 10110 | 1000111 | 1011001 | 101001 |
Color Harmonies of #A4C60B
Complementary color
Monochromatic Colors of #A4C60B
Black with #A4C60B
Text Example
Text Example
White with #A4C60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C60B; }
p { color: rgb(164,198,11); }
H1.HeaderClassName
{
color: #A4C60B;
}
.AnyTagClassName
{
color: #A4C60B;
}
</style>
background-color css
<style>
a { background-color: #A4C60B; }
a { background-color: rgb(164,198,11); }
div.DivClassName
{
background-color: #A4C60B;
}
.BgClassName
{
background-color: #A4C60B;
}
</style>
border-color css
<style>
span { border-color: #A4C60B; }
span { border-color: rgb(164,198,11); }
td.TdClassName
{
border-color: #A4C60B;
}
.TagClassName
{
border-color: #A4C60B;
}
</style>