Shades of Citrus #A7C902
Tints of Citrus #A7C902
RGB
CMYK
RGB Variations
Color information
#A7C902 (or 0xA7C902) is known color: Citrus. HEX triplet: A7, C9 and 02. RGB value is (167,201,2). Sum of RGB (Red+Green+Blue) = 167+201+2=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C902 is #5836FD. Grayscale: #A8A8A8. Windows color (decimal): -5781246 or 182695. OLE color: 182695.
HSL color Cylindrical-coordinate representation of color #A7C902: hue angle of 70.25º 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 #A7C902 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 201 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.21 |
| HSL | 70.25º | 0.98% | 0.4% | - |
| HSV(B) | 70.25º | 0.99% | 0.79% | - |
| XYZ | 36.83 | 49.99 | 7.77 | - |
| YUV | 168.15 | 34.24 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 201 | 2 | 0.17 | 0 | 0.99 | 0.21 | 70.25 | 0.98 | 0.4 |
| Hex | A7 | C9 | 2 | 11 | 0 | 63 | 15 | 46 | 62 | 28 |
| Octal | 247 | 311 | 2 | 21 | 0 | 143 | 25 | 106 | 142 | 50 |
| Binary | 10100111 | 11001001 | 10 | 10001 | 0 | 1100011 | 10101 | 1000110 | 1100010 | 101000 |
Color Harmonies of #A7C902
Complementary color
Monochromatic Colors of #A7C902
Black with #A7C902
Text Example
Text Example
White with #A7C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C902; }
p { color: rgb(167,201,2); }
H1.HeaderClassName
{
color: #A7C902;
}
.AnyTagClassName
{
color: #A7C902;
}
</style>
background-color css
<style>
a { background-color: #A7C902; }
a { background-color: rgb(167,201,2); }
div.DivClassName
{
background-color: #A7C902;
}
.BgClassName
{
background-color: #A7C902;
}
</style>
border-color css
<style>
span { border-color: #A7C902; }
span { border-color: rgb(167,201,2); }
td.TdClassName
{
border-color: #A7C902;
}
.TagClassName
{
border-color: #A7C902;
}
</style>