Shades of Citrus #A5CA01
Tints of Citrus #A5CA01
RGB
CMYK
RGB Variations
Color information
#A5CA01 (or 0xA5CA01) is known color: Citrus. HEX triplet: A5, CA and 01. RGB value is (165,202,1). Sum of RGB (Red+Green+Blue) = 165+202+1=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CA01 is #5A35FE. Grayscale: #A8A8A8. Windows color (decimal): -5912063 or 117413. OLE color: 117413.
HSL color Cylindrical-coordinate representation of color #A5CA01: hue angle of 71.04º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5CA01 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.21 |
| HSL | 71.04º | 0.99% | 0.4% | - |
| HSV(B) | 71.04º | 1% | 0.79% | - |
| XYZ | 36.64 | 50.24 | 7.8 | - |
| YUV | 168.02 | 33.74 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 1 | 0.18 | 0 | 1.00 | 0.21 | 71.04 | 0.99 | 0.4 |
| Hex | A5 | CA | 1 | 12 | 0 | 64 | 15 | 47 | 63 | 28 |
| Octal | 245 | 312 | 1 | 22 | 0 | 144 | 25 | 107 | 143 | 50 |
| Binary | 10100101 | 11001010 | 1 | 10010 | 0 | 1100100 | 10101 | 1000111 | 1100011 | 101000 |
Color Harmonies of #A5CA01
Complementary color
Monochromatic Colors of #A5CA01
Black with #A5CA01
Text Example
Text Example
White with #A5CA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA01; }
p { color: rgb(165,202,1); }
H1.HeaderClassName
{
color: #A5CA01;
}
.AnyTagClassName
{
color: #A5CA01;
}
</style>
background-color css
<style>
a { background-color: #A5CA01; }
a { background-color: rgb(165,202,1); }
div.DivClassName
{
background-color: #A5CA01;
}
.BgClassName
{
background-color: #A5CA01;
}
</style>
border-color css
<style>
span { border-color: #A5CA01; }
span { border-color: rgb(165,202,1); }
td.TdClassName
{
border-color: #A5CA01;
}
.TagClassName
{
border-color: #A5CA01;
}
</style>