Shades of Citrus #A4C10B
Tints of Citrus #A4C10B
RGB
CMYK
RGB Variations
Color information
#A4C10B (or 0xA4C10B) is known color: Citrus. HEX triplet: A4, C1 and 0B. RGB value is (164,193,11). Sum of RGB (Red+Green+Blue) = 164+193+11=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C10B is #5B3EF4. Grayscale: #A4A4A4. Windows color (decimal): -5979893 or 770468. OLE color: 770468.
HSL color Cylindrical-coordinate representation of color #A4C10B: hue angle of 69.56º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4C10B is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 11 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.24 |
| HSL | 69.56º | 0.89% | 0.4% | - |
| HSV(B) | 69.56º | 0.94% | 0.76% | - |
| XYZ | 34.44 | 46.06 | 7.39 | - |
| YUV | 163.58 | 41.89 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 11 | 0.15 | 0 | 0.94 | 0.24 | 69.56 | 0.89 | 0.4 |
| Hex | A4 | C1 | B | F | 0 | 5E | 18 | 46 | 59 | 28 |
| Octal | 244 | 301 | 13 | 17 | 0 | 136 | 30 | 106 | 131 | 50 |
| Binary | 10100100 | 11000001 | 1011 | 1111 | 0 | 1011110 | 11000 | 1000110 | 1011001 | 101000 |
Color Harmonies of #A4C10B
Complementary color
Monochromatic Colors of #A4C10B
Black with #A4C10B
Text Example
Text Example
White with #A4C10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C10B; }
p { color: rgb(164,193,11); }
H1.HeaderClassName
{
color: #A4C10B;
}
.AnyTagClassName
{
color: #A4C10B;
}
</style>
background-color css
<style>
a { background-color: #A4C10B; }
a { background-color: rgb(164,193,11); }
div.DivClassName
{
background-color: #A4C10B;
}
.BgClassName
{
background-color: #A4C10B;
}
</style>
border-color css
<style>
span { border-color: #A4C10B; }
span { border-color: rgb(164,193,11); }
td.TdClassName
{
border-color: #A4C10B;
}
.TagClassName
{
border-color: #A4C10B;
}
</style>