Shades of Citrus #A5C902
Tints of Citrus #A5C902
RGB
CMYK
RGB Variations
Color information
#A5C902 (or 0xA5C902) is known color: Citrus. HEX triplet: A5, C9 and 02. RGB value is (165,201,2). Sum of RGB (Red+Green+Blue) = 165+201+2=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 201 (78.91% from 255 or 54.62% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C902 is #5A36FD. Grayscale: #A8A8A8. Windows color (decimal): -5912318 or 182693. OLE color: 182693.
HSL color Cylindrical-coordinate representation of color #A5C902: hue angle of 70.85º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5C902 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.21 |
| HSL | 70.85º | 0.98% | 0.4% | - |
| HSV(B) | 70.85º | 0.99% | 0.79% | - |
| XYZ | 36.41 | 49.78 | 7.75 | - |
| YUV | 167.55 | 34.57 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 2 | 0.18 | 0 | 0.99 | 0.21 | 70.85 | 0.98 | 0.4 |
| Hex | A5 | C9 | 2 | 12 | 0 | 63 | 15 | 47 | 62 | 28 |
| Octal | 245 | 311 | 2 | 22 | 0 | 143 | 25 | 107 | 142 | 50 |
| Binary | 10100101 | 11001001 | 10 | 10010 | 0 | 1100011 | 10101 | 1000111 | 1100010 | 101000 |
Color Harmonies of #A5C902
Complementary color
Monochromatic Colors of #A5C902
Black with #A5C902
Text Example
Text Example
White with #A5C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C902; }
p { color: rgb(165,201,2); }
H1.HeaderClassName
{
color: #A5C902;
}
.AnyTagClassName
{
color: #A5C902;
}
</style>
background-color css
<style>
a { background-color: #A5C902; }
a { background-color: rgb(165,201,2); }
div.DivClassName
{
background-color: #A5C902;
}
.BgClassName
{
background-color: #A5C902;
}
</style>
border-color css
<style>
span { border-color: #A5C902; }
span { border-color: rgb(165,201,2); }
td.TdClassName
{
border-color: #A5C902;
}
.TagClassName
{
border-color: #A5C902;
}
</style>