Shades of Citrus #A0C905
Tints of Citrus #A0C905
RGB
CMYK
RGB Variations
Color information
#A0C905 (or 0xA0C905) is known color: Citrus. HEX triplet: A0, C9 and 05. RGB value is (160,201,5). Sum of RGB (Red+Green+Blue) = 160+201+5=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C905 is #5F36FA. Grayscale: #A7A7A7. Windows color (decimal): -6239995 or 379296. OLE color: 379296.
HSL color Cylindrical-coordinate representation of color #A0C905: hue angle of 72.55º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0C905 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 5 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.21 |
| HSL | 72.55º | 0.95% | 0.4% | - |
| HSV(B) | 72.55º | 0.98% | 0.79% | - |
| XYZ | 35.41 | 49.26 | 7.78 | - |
| YUV | 166.4 | 36.92 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 5 | 0.20 | 0 | 0.98 | 0.21 | 72.55 | 0.95 | 0.4 |
| Hex | A0 | C9 | 5 | 14 | 0 | 62 | 15 | 49 | 5F | 28 |
| Octal | 240 | 311 | 5 | 24 | 0 | 142 | 25 | 111 | 137 | 50 |
| Binary | 10100000 | 11001001 | 101 | 10100 | 0 | 1100010 | 10101 | 1001001 | 1011111 | 101000 |
Color Harmonies of #A0C905
Complementary color
Monochromatic Colors of #A0C905
Black with #A0C905
Text Example
Text Example
White with #A0C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C905; }
p { color: rgb(160,201,5); }
H1.HeaderClassName
{
color: #A0C905;
}
.AnyTagClassName
{
color: #A0C905;
}
</style>
background-color css
<style>
a { background-color: #A0C905; }
a { background-color: rgb(160,201,5); }
div.DivClassName
{
background-color: #A0C905;
}
.BgClassName
{
background-color: #A0C905;
}
</style>
border-color css
<style>
span { border-color: #A0C905; }
span { border-color: rgb(160,201,5); }
td.TdClassName
{
border-color: #A0C905;
}
.TagClassName
{
border-color: #A0C905;
}
</style>