Shades of Citrus #A5C603
Tints of Citrus #A5C603
RGB
CMYK
RGB Variations
Color information
#A5C603 (or 0xA5C603) is known color: Citrus. HEX triplet: A5, C6 and 03. RGB value is (165,198,3). Sum of RGB (Red+Green+Blue) = 165+198+3=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 198 (77.73% from 255 or 54.10% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C603 is #5A39FC. Grayscale: #A6A6A6. Windows color (decimal): -5913085 or 247461. OLE color: 247461.
HSL color Cylindrical-coordinate representation of color #A5C603: hue angle of 70.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5C603 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 198 | 3 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.22 |
| HSL | 70.15º | 0.97% | 0.39% | - |
| HSV(B) | 70.15º | 0.98% | 0.78% | - |
| XYZ | 35.73 | 48.39 | 7.54 | - |
| YUV | 165.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 3 | 0.17 | 0 | 0.98 | 0.22 | 70.15 | 0.97 | 0.39 |
| Hex | A5 | C6 | 3 | 11 | 0 | 62 | 16 | 46 | 61 | 27 |
| Octal | 245 | 306 | 3 | 21 | 0 | 142 | 26 | 106 | 141 | 47 |
| Binary | 10100101 | 11000110 | 11 | 10001 | 0 | 1100010 | 10110 | 1000110 | 1100001 | 100111 |
Color Harmonies of #A5C603
Complementary color
Monochromatic Colors of #A5C603
Black with #A5C603
Text Example
Text Example
White with #A5C603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C603; }
p { color: rgb(165,198,3); }
H1.HeaderClassName
{
color: #A5C603;
}
.AnyTagClassName
{
color: #A5C603;
}
</style>
background-color css
<style>
a { background-color: #A5C603; }
a { background-color: rgb(165,198,3); }
div.DivClassName
{
background-color: #A5C603;
}
.BgClassName
{
background-color: #A5C603;
}
</style>
border-color css
<style>
span { border-color: #A5C603; }
span { border-color: rgb(165,198,3); }
td.TdClassName
{
border-color: #A5C603;
}
.TagClassName
{
border-color: #A5C603;
}
</style>