Shades of Citrus #A5C607
Tints of Citrus #A5C607
RGB
CMYK
RGB Variations
Color information
#A5C607 (or 0xA5C607) is known color: Citrus. HEX triplet: A5, C6 and 07. RGB value is (165,198,7). Sum of RGB (Red+Green+Blue) = 165+198+7=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C607 is #5A39F8. Grayscale: #A7A7A7. Windows color (decimal): -5913081 or 509605. OLE color: 509605.
HSL color Cylindrical-coordinate representation of color #A5C607: hue angle of 70.37º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5C607 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 198 | 7 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.22 |
| HSL | 70.37º | 0.93% | 0.4% | - |
| HSV(B) | 70.37º | 0.96% | 0.78% | - |
| XYZ | 35.75 | 48.4 | 7.66 | - |
| YUV | 166.36 | 38.07 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 7 | 0.17 | 0 | 0.96 | 0.22 | 70.37 | 0.93 | 0.4 |
| Hex | A5 | C6 | 7 | 11 | 0 | 60 | 16 | 46 | 5D | 28 |
| Octal | 245 | 306 | 7 | 21 | 0 | 140 | 26 | 106 | 135 | 50 |
| Binary | 10100101 | 11000110 | 111 | 10001 | 0 | 1100000 | 10110 | 1000110 | 1011101 | 101000 |
Color Harmonies of #A5C607
Complementary color
Monochromatic Colors of #A5C607
Black with #A5C607
Text Example
Text Example
White with #A5C607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C607; }
p { color: rgb(165,198,7); }
H1.HeaderClassName
{
color: #A5C607;
}
.AnyTagClassName
{
color: #A5C607;
}
</style>
background-color css
<style>
a { background-color: #A5C607; }
a { background-color: rgb(165,198,7); }
div.DivClassName
{
background-color: #A5C607;
}
.BgClassName
{
background-color: #A5C607;
}
</style>
border-color css
<style>
span { border-color: #A5C607; }
span { border-color: rgb(165,198,7); }
td.TdClassName
{
border-color: #A5C607;
}
.TagClassName
{
border-color: #A5C607;
}
</style>