Shades of Citrus #A5C00B
Tints of Citrus #A5C00B
RGB
CMYK
RGB Variations
Color information
#A5C00B (or 0xA5C00B) is known color: Citrus. HEX triplet: A5, C0 and 0B. RGB value is (165,192,11). Sum of RGB (Red+Green+Blue) = 165+192+11=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C00B is #5A3FF4. Grayscale: #A3A3A3. Windows color (decimal): -5914613 or 770213. OLE color: 770213.
HSL color Cylindrical-coordinate representation of color #A5C00B: hue angle of 68.95º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5C00B is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 11 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.25 |
| HSL | 68.95º | 0.89% | 0.4% | - |
| HSV(B) | 68.95º | 0.94% | 0.75% | - |
| XYZ | 34.43 | 45.72 | 7.33 | - |
| YUV | 163.29 | 42.05 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 11 | 0.14 | 0 | 0.94 | 0.25 | 68.95 | 0.89 | 0.4 |
| Hex | A5 | C0 | B | E | 0 | 5E | 19 | 45 | 59 | 28 |
| Octal | 245 | 300 | 13 | 16 | 0 | 136 | 31 | 105 | 131 | 50 |
| Binary | 10100101 | 11000000 | 1011 | 1110 | 0 | 1011110 | 11001 | 1000101 | 1011001 | 101000 |
Color Harmonies of #A5C00B
Complementary color
Monochromatic Colors of #A5C00B
Black with #A5C00B
Text Example
Text Example
White with #A5C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C00B; }
p { color: rgb(165,192,11); }
H1.HeaderClassName
{
color: #A5C00B;
}
.AnyTagClassName
{
color: #A5C00B;
}
</style>
background-color css
<style>
a { background-color: #A5C00B; }
a { background-color: rgb(165,192,11); }
div.DivClassName
{
background-color: #A5C00B;
}
.BgClassName
{
background-color: #A5C00B;
}
</style>
border-color css
<style>
span { border-color: #A5C00B; }
span { border-color: rgb(165,192,11); }
td.TdClassName
{
border-color: #A5C00B;
}
.TagClassName
{
border-color: #A5C00B;
}
</style>