Shades of Citrus #A4C00A
Tints of Citrus #A4C00A
RGB
CMYK
RGB Variations
Color information
#A4C00A (or 0xA4C00A) is known color: Citrus. HEX triplet: A4, C0 and 0A. RGB value is (164,192,10). Sum of RGB (Red+Green+Blue) = 164+192+10=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C00A is #5B3FF5. Grayscale: #A3A3A3. Windows color (decimal): -5980150 or 704676. OLE color: 704676.
HSL color Cylindrical-coordinate representation of color #A4C00A: hue angle of 69.23º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4C00A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 10 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.25 |
| HSL | 69.23º | 0.9% | 0.4% | - |
| HSV(B) | 69.23º | 0.95% | 0.75% | - |
| XYZ | 34.21 | 45.61 | 7.29 | - |
| YUV | 162.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 10 | 0.15 | 0 | 0.95 | 0.25 | 69.23 | 0.9 | 0.4 |
| Hex | A4 | C0 | A | F | 0 | 5F | 19 | 45 | 5A | 28 |
| Octal | 244 | 300 | 12 | 17 | 0 | 137 | 31 | 105 | 132 | 50 |
| Binary | 10100100 | 11000000 | 1010 | 1111 | 0 | 1011111 | 11001 | 1000101 | 1011010 | 101000 |
Color Harmonies of #A4C00A
Complementary color
Monochromatic Colors of #A4C00A
Black with #A4C00A
Text Example
Text Example
White with #A4C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C00A; }
p { color: rgb(164,192,10); }
H1.HeaderClassName
{
color: #A4C00A;
}
.AnyTagClassName
{
color: #A4C00A;
}
</style>
background-color css
<style>
a { background-color: #A4C00A; }
a { background-color: rgb(164,192,10); }
div.DivClassName
{
background-color: #A4C00A;
}
.BgClassName
{
background-color: #A4C00A;
}
</style>
border-color css
<style>
span { border-color: #A4C00A; }
span { border-color: rgb(164,192,10); }
td.TdClassName
{
border-color: #A4C00A;
}
.TagClassName
{
border-color: #A4C00A;
}
</style>